Linux: Add missing return statement (issue #2014)
This commit is contained in:
parent
36bc0371bf
commit
ce3a5d5a7b
|
@ -252,6 +252,7 @@ void ClientDialogHandlerGtk::OnFileDialogContinue(OnFileDialogParams params,
|
||||||
} else {
|
} else {
|
||||||
NOTREACHED();
|
NOTREACHED();
|
||||||
params.callback->Cancel();
|
params.callback->Cancel();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string title_str;
|
std::string title_str;
|
||||||
|
|
Loading…
Reference in New Issue