diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-09 20:06:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-10 19:27:18 +0100 |
| commit | 86977b9303a63f1c4da5e3aa992fec0a6538e28d (patch) | |
| tree | 577712ccd5e705c5bc5529f9900ca65368eea93b | |
| parent | fb541aad29b58e26b5e67171f20aa6f19acec8b1 (diff) | |
Remove unnecessary exit().
| -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 26444abf0..4dd252a9e 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -585,7 +585,6 @@ int main (int argc, char* argv[]) if (!valid_from) { error ("you must specify --valid-from"); - exit (EXIT_FAILURE); } if (optind >= argc) { |
