Skip to content

Commit

Permalink
Removed extra argument to usage()
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Nov 14, 2018
1 parent 9d8ceff commit fcfa025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minimix.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ int main(int argc, char *argv[])
default:
fprintf(stderr, "Unknown option '%c'.\n", (char)opt);
case 'h':
usage( argv[0] );
usage();
break;
}
}
Expand Down

0 comments on commit fcfa025

Please sign in to comment.