From: Carl Hetherington Date: Sun, 23 Dec 2018 22:04:59 +0000 (+0000) Subject: Tidy up previous. X-Git-Tag: v2.13.91~8 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4548027ac50f2db16891f272d7a6c25b80062f15 Tidy up previous. --- diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index ecb8ea603..ee79aeb37 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1495,8 +1495,6 @@ private: if (Config::instance()->check_for_updates ()) { UpdateChecker::instance()->run (); } - - return true; } catch (exception& e) { @@ -1504,8 +1502,9 @@ private: splash->Destroy (); } error_dialog (0, wxString::Format ("DCP-o-matic could not start."), std_to_wx(e.what())); - return true; } + + return true; } void OnInitCmdLine (wxCmdLineParser& parser)