summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-07-19 22:01:31 -0700
committerJohn Wiegley <johnw@newartisans.com>2018-07-19 22:01:31 -0700
commit5d02402291a923d30e66e4b0a08975ebf22361c3 (patch)
tree1802e52ef0bbbc4ab864564a242f032d22bb8f5f /src/global.h
parent8283abb594fa6729b0f32938377cbd6701441ebd (diff)
parent2b981925e5350022569203c045bd31b6d365d995 (diff)
downloadfork-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.h2
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
});
};