diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-23 22:04:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-23 22:04:59 +0000 |
| commit | 4548027ac50f2db16891f272d7a6c25b80062f15 (patch) | |
| tree | b0b69e5fa7ec92c81ee38cfafb5fb707a02cd74f /src | |
| parent | ace0e4a6a20e238b06a6d6be8cd25cc13c235bf6 (diff) | |
Tidy up previous.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 5 |
1 files 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) |
