Skip to content

Commit

Permalink
Fix mir-test/hello.c error message
Browse files Browse the repository at this point in the history
  • Loading branch information
iacore committed Nov 25, 2023
1 parent 928e28f commit 491d4cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mir-tests/hello.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ int main(int argc, char **argv)
if (gen_p)
break;
fprintf (stderr, "%s: unknown option %s\n", argv[0], argv[1]);
return 1;
default:
fprintf (stderr, "%s: [-i|-g]\n", argv[0]);
return 1;
Expand Down

0 comments on commit 491d4cc

Please sign in to comment.