From 4548027ac50f2db16891f272d7a6c25b80062f15 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Dec 2018 22:04:59 +0000 Subject: [PATCH] Tidy up previous. --- src/tools/dcpomatic.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.30.2