Skip to content

Commit 429cd30

Browse files
committed
Mac: Add missing return value (see issue chromiumembedded#167)
1 parent af9a3d6 commit 429cd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/client_app.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ CefRefPtr<CefBrowserProcessHandler> ClientApp::GetBrowserProcessHandler() {
9393
bool ClientApp::HandleTerminate() {
9494
ScopedJNIEnv env;
9595
if (!env)
96-
return;
96+
return false;
9797

9898
ScopedJNIClass jcls(env, "org/cef/CefApp");
9999
if (!jcls) {

0 commit comments

Comments
 (0)