diff --git a/applications/utilities/mesh/manipulation/setSet/setSet.C b/applications/utilities/mesh/manipulation/setSet/setSet.C index abdfe6ba1..628ef034b 100644 --- a/applications/utilities/mesh/manipulation/setSet/setSet.C +++ b/applications/utilities/mesh/manipulation/setSet/setSet.C @@ -894,7 +894,7 @@ int main(int argc, char *argv[]) Info<< "\nEnd\n" << endl; - return 0; + return !ok; }