From: Woochan Lee Date: Wed, 12 Oct 2016 10:25:59 +0000 (+0900) Subject: Change return type as int. X-Git-Tag: submit/tizen/20161013.034343^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f554a014c9effad414aa9b505d49fc92b288d020;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git Change return type as int. Change-Id: I97e33918699f0e92be9ed0f14f40425d285c6968 --- diff --git a/src/lib/efl/mobile/c/ui_view.cpp b/src/lib/efl/mobile/c/ui_view.cpp index 545c19d..16786c9 100644 --- a/src/lib/efl/mobile/c/ui_view.cpp +++ b/src/lib/efl/mobile/c/ui_view.cpp @@ -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) {