Skip to content

Commit

Permalink
should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Oct 31, 2017
1 parent 47bfe8f commit 3ef66dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int main(int argc, char** argv) {
cxx17iftest
) {
std::cout << "usage: configuration_file_input_path" << std::endl;
return 1;
return 0;
}

const std::string configuration_file_input_path = argv[1];
Expand Down Expand Up @@ -452,5 +452,5 @@ int main(int argc, char** argv) {
std::cout << "Success\nWritten the generated introspectors to:\n" << generated_file_path << std::endl;
std::cout << "Lines: " << std::count(generated_file.begin(), generated_file.end(), '\n') << std::endl;

return 1;
return 0;
}

0 comments on commit 3ef66dd

Please sign in to comment.