debug: missing operand
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Wed, 25 Jun 2014 10:04:18 +0000 (19:04 +0900)
committerJinhyung Choi <jinhyung2.choi@samsung.com>
Wed, 25 Jun 2014 10:04:18 +0000 (19:04 +0900)
Change-Id: I0d50ae341bec7be5b2f43a4fcc6647dc29d913c0
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/guest_server.c

index be9122b95c117072ff46d5ce4bc849094ce0cf17..a4740d14c93afad83728c84f6a9f2581b57955de 100644 (file)
@@ -528,6 +528,7 @@ static void server_process(void)
                 Sleep(2);
 #else
                 usleep(2000);
+#endif
                 continue;
             }
             INFO("fail to recvfrom in guest_server:%d\n", errno);