diff --git a/src/sourcery.cpp b/src/sourcery.cpp index ca6d966e..b314fefd 100644 --- a/src/sourcery.cpp +++ b/src/sourcery.cpp @@ -7,6 +7,7 @@ int main(int argc, char* argv[]){ if (argc < 4) { std::cerr << "Usage: " << argv[0] << " " << std::endl; + return 1; } std::ofstream tmp(argv[3]); //begin the first line