Linux: Add missing return statement (issue #2014)

This commit is contained in:
Marshall Greenblatt 2018-09-25 13:23:40 +02:00
parent c7d2891058
commit b9c10cb46e
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ void ClientDialogHandlerGtk::OnFileDialogContinue(OnFileDialogParams params,
} else {
NOTREACHED();
params.callback->Cancel();
return;
}
std::string title_str;