From: taekeun.kang Date: Wed, 30 Nov 2016 07:47:02 +0000 (+0900) Subject: [Common] fix bug in tools.cc - missing '}' X-Git-Tag: submit/tizen_3.0/20161130.085250~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c415d195de2036d35e354fcf94cb0a53eb1eef3c;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Common] fix bug in tools.cc - missing '}' Change-Id: I493872f648b6adab262deb826034cad19a277f07 Signed-off-by: taekeun.kang --- diff --git a/src/common/tools.cc b/src/common/tools.cc index d961c50c..21f5064d 100644 --- a/src/common/tools.cc +++ b/src/common/tools.cc @@ -150,6 +150,7 @@ class AccessControlImpl { LoggerD("Enter"); return true; + } }; #elif PRIVILEGE_USE_CYNARA