Skip to content

Commit

Permalink
Die as intended on bin2pat error
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmostcat committed Jan 27, 2019
1 parent 3cec5ee commit 27bc561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin2pat/bin2pat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int printErrorAndDie(
{
std::cerr << "Error: " << message << ".\n";
printUsage(std::cerr);
return 1;
exit(1);
}

int needValue(
Expand Down

0 comments on commit 27bc561

Please sign in to comment.