emulator: rename section "DEFAULT_VALUE" to "VARIABLES"
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 12 May 2015 05:01:53 +0000 (14:01 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 12 May 2015 05:08:53 +0000 (14:08 +0900)
Change-Id: Ib6e86086718f6ac6d64204dda7137c6c6901340d

tizen/src/emulator_options.c

index 4507eb6..d1f1591 100644 (file)
@@ -272,7 +272,7 @@ bool load_profile_default(const char * const conf, const char * const profile)
             }
 
             // detect label
-            if (!g_strcmp0(token, "[[DEFAULT_VALUE]]")) {
+            if (!g_strcmp0(token, "[[VARIABLES]]")) {
                 classification = 0;
                 continue;
             }