Return a failure code when aborting.

This commit is contained in:
Christopher Kohnert 2017-05-31 11:41:40 -07:00
parent 8b2d4636eb
commit cbc5797bd7
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ static const char *helpText =
"\n";
int main(int argc, const char * const *argv) {
#define ABORT(msg) { puts(msg); return 0; }
#define ABORT(msg) { puts(msg); return 1; }
// Parse command line arguments
enum {