From f554a014c9effad414aa9b505d49fc92b288d020 Mon Sep 17 00:00:00 2001 From: Woochan Lee Date: Wed, 12 Oct 2016 19:25:59 +0900 Subject: [PATCH] Change return type as int. Change-Id: I97e33918699f0e92be9ed0f14f40425d285c6968 --- src/lib/efl/mobile/c/ui_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4