[Title] remove static
authormunkyu.im <munkyu.im@samsung.com>
Tue, 20 Mar 2012 08:45:57 +0000 (17:45 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Tue, 20 Mar 2012 08:45:57 +0000 (17:45 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/emulator.c

index 729e04a0167eaab2b5b031a39c13b04539d6c4e0..d5e33b77d84025c1a156baea8039407b0a68bddc 100644 (file)
@@ -63,8 +63,8 @@ MULTI_DEBUG_CHANNEL(qemu, main);
 int tizen_base_port = 0;
 
 int _emulator_condition = 0; //TODO:
-static char tizen_target_path[MAXLEN] = {0, };
-static char logpath[MAXLEN] = { 0, };
+char tizen_target_path[MAXLEN] = {0, };
+char logpath[MAXLEN] = { 0, };
 
 int get_emulator_condition(void)
 {