summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2020-07-05 19:26:45 +0200
committerGitHub <noreply@github.com>2020-07-05 19:26:45 +0200
commitccb744120b068290c685cf418ff0c254b54dcb39 (patch)
tree31b71b015130ce0835089886e2d9d0a53a5509f4 /storage
parent9b7a9a8b1dbc828e632cf9f812db271c4a132320 (diff)
parentc55327290e5d894333f2d2002e1a778bc5b7ba2e (diff)
Merge pull request #13796 from vespa-engine/arnej/less-exit-calls-2
Arnej/less exit calls 2
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/tools/generatedistributionbits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/tools/generatedistributionbits.cpp b/storage/src/vespa/storage/tools/generatedistributionbits.cpp
index 98c5e56b90c..0885483f674 100644
--- a/storage/src/vespa/storage/tools/generatedistributionbits.cpp
+++ b/storage/src/vespa/storage/tools/generatedistributionbits.cpp
@@ -128,7 +128,7 @@ int main(int argc, char** argv) {
std::cerr << e.getMessage() << "\n\n";
o.writeSyntaxPage(std::cerr);
std::cerr << "\n";
- exit(1);
+ return 1;
}
o.finalize();
if (o.printHtml) { std::cout << "<b>"; }