diff --git a/src/applications/bmqstoragetool/bmqstoragetool.m.cpp b/src/applications/bmqstoragetool/bmqstoragetool.m.cpp index 455ec9a187..18be9dafc6 100644 --- a/src/applications/bmqstoragetool/bmqstoragetool.m.cpp +++ b/src/applications/bmqstoragetool/bmqstoragetool.m.cpp @@ -137,5 +137,6 @@ int main(int argc, const char* argv[]) if (!parseArgs(argc, argv)) { return 1; // RETURN } + return 0; }