Skip to content

Commit

Permalink
Merge pull request #376 from iacore/fix-2
Browse files Browse the repository at this point in the history
Fix mir-test/hello.c error message
  • Loading branch information
vnmakarov committed Nov 29, 2023
2 parents 928e28f + 491d4cc commit 8f04165
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 8f04165

Please sign in to comment.