Skip to content

Commit

Permalink
fix and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpcpc committed Jan 21, 2023
1 parent d9a2e03 commit 5fb0786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ main(int argc, char **argv) {

while ((cval = getopt(argc, argv, "rlLpvs:" )) != -1) {
switch (cval) {
case 'v': puts("kfc 0.1.2"); break;
case 'v': puts("kfc 0.1.4"); break;
case 'L': mode = "light"; break;
case 'l': lflag++; break;
case 'r': rflag++; break;
Expand Down

0 comments on commit 5fb0786

Please sign in to comment.