Skip to content

Commit

Permalink
Super minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Jul 1, 2016
1 parent ecb7351 commit d24ea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main(int argc, char *argv[])
int new_option =
GET_OPTION(argv[i][j]);
if (new_option == OPT_NONE) {
/* Check if "--h[elp]" or "--[v]ersion" */
/* Check if "--h[elp]" or "--v[ersion]" */
if (argv[i][j] == '-'
&& (argv[i][j + 1] ==
'h'
Expand Down

0 comments on commit d24ea16

Please sign in to comment.