Change return type as int. 68/91968/1
authorWoochan Lee <wc0917.lee@samsung.com>
Wed, 12 Oct 2016 10:25:59 +0000 (19:25 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Wed, 12 Oct 2016 10:26:22 +0000 (19:26 +0900)
Change-Id: I97e33918699f0e92be9ed0f14f40425d285c6968

src/lib/efl/mobile/c/ui_view.cpp

index 545c19d..16786c9 100644 (file)
@@ -202,7 +202,7 @@ struct ui_view_s
        ui_view_capi *p;
 };
 
-static bool validate_view(ui_view *view)
+static int validate_view(ui_view *view)
 {
        if (!view)
        {