Fixed SVACE issue. 03/71303/3 accepted/tizen/common/20160525.155943 accepted/tizen/ivi/20160525.062421 accepted/tizen/mobile/20160525.062423 accepted/tizen/tv/20160525.062416 accepted/tizen/wearable/20160525.062419 submit/tizen/20160525.042838
authorKim Gunsoo <gunsoo83.kim@samsung.com>
Wed, 25 May 2016 04:18:15 +0000 (13:18 +0900)
committerKim Gunsoo <gunsoo83.kim@samsung.com>
Wed, 25 May 2016 04:23:27 +0000 (13:23 +0900)
- Invalid function definition.

Change-Id: I9b3367185add114459359d25422985ab9599d4c7
Signed-off-by: Kim Gunsoo <gunsoo83.kim@samsung.com>
src/sdb.c

index 4f9040b..4c3009f 100644 (file)
--- a/src/sdb.c
+++ b/src/sdb.c
@@ -2120,7 +2120,7 @@ static int is_support_sockproto()
 }
 
 #define EMULATOR_MODEL_NAME     "Emulator"
-static check_emulator_or_device()
+static void check_emulator_or_device()
 {
     char model_name[256]={0,};
     int ret = -1;