Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 authored Jul 22, 2024
1 parent 1b7a0d9 commit dd49edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yksoft.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ int main(int argc, char *argv[])
break;

default:
ERROR("Unrecognised argument '%c'", c)
ERROR("Unrecognised argument '%c'", c);
usage(64);
}
argc -= optind;
Expand Down

0 comments on commit dd49edd

Please sign in to comment.