Skip to content

Commit 8f04165

Browse files
authored
Merge pull request #376 from iacore/fix-2
Fix mir-test/hello.c error message
2 parents 928e28f + 491d4cc commit 8f04165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mir-tests/hello.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ int main(int argc, char **argv)
1616
if (gen_p)
1717
break;
1818
fprintf (stderr, "%s: unknown option %s\n", argv[0], argv[1]);
19-
return 1;
2019
default:
2120
fprintf (stderr, "%s: [-i|-g]\n", argv[0]);
2221
return 1;

0 commit comments

Comments
 (0)