diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 20:06:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-11 09:16:00 +0100 |
| commit | cefd7dc8080fc8295359e50076fdd03b922bb314 (patch) | |
| tree | 687f5fc635538fe06145798edf4d3aa869a11655 /src/tools/dcpomatic_kdm_cli.cc | |
| parent | cd6c6a693f19fcaa6c75ed60f48a54a8cae51352 (diff) | |
Remove unnecessary exit().
Diffstat (limited to 'src/tools/dcpomatic_kdm_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index 45d93436e..f124f6474 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -568,7 +568,6 @@ int main (int argc, char* argv[]) if (!valid_from) { error ("you must specify --valid-from"); - exit (EXIT_FAILURE); } if (optind >= argc) { |
