diff options
author | John Wiegley <johnw@newartisans.com> | 2018-07-19 22:01:31 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2018-07-19 22:01:31 -0700 |
commit | 5d02402291a923d30e66e4b0a08975ebf22361c3 (patch) | |
tree | 1802e52ef0bbbc4ab864564a242f032d22bb8f5f /src/global.h | |
parent | 8283abb594fa6729b0f32938377cbd6701441ebd (diff) | |
parent | 2b981925e5350022569203c045bd31b6d365d995 (diff) | |
download | fork-ledger-5d02402291a923d30e66e4b0a08975ebf22361c3.tar.gz fork-ledger-5d02402291a923d30e66e4b0a08975ebf22361c3.tar.bz2 fork-ledger-5d02402291a923d30e66e4b0a08975ebf22361c3.zip |
Merge remote-tracking branch 'origin/master' into next
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h index 01ad60cc..8f8266ac 100644 --- a/src/global.h +++ b/src/global.h @@ -166,7 +166,7 @@ See LICENSE file included with the distribution for details and disclaimer."); OPTION_(global_scope_t, version, DO() { // -v parent->show_version_info(std::cout); - throw error_count(0); // exit immediately + throw error_count(0, ""); // exit immediately }); }; |