Tidy up previous.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Dec 2018 22:04:59 +0000 (22:04 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 23 Dec 2018 22:04:59 +0000 (22:04 +0000)
src/tools/dcpomatic.cc

index ecb8ea6031183686136180285077f51643e2db0d..ee79aeb3763e8f6ee253985996cc56b7fa8cef7b 100644 (file)
@@ -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)