change init error check condition 30/42430/1 accepted/tizen/mobile/20150629.074044 accepted/tizen/tv/20150629.074057 accepted/tizen/wearable/20150629.074107 submit/tizen/20150629.072152
authorJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 29 Jun 2015 06:30:56 +0000 (15:30 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 29 Jun 2015 06:41:36 +0000 (15:41 +0900)
Change-Id: Ic4847c2440f9ae3bee9d51661ebbedfa52645518
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/wayland/eom-wayland.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index aec0c24..b7ef129
@@ -660,7 +660,7 @@ eom_wayland_client_init(notify_func func)
        if (eom_wayland_init) return true;
 
        ret = _eom_wayland_client_initialize();
-       GOTO_IF_FAIL(ret != true, fail);
+       GOTO_IF_FAIL(ret != false, fail);
 
        wl_client_info.func = func;