Return a failure code when aborting.

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

View File

@ -335,7 +335,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 {