From 491d4cc611b11bd6b3afe8ce7a9e9dfdea81fb8a Mon Sep 17 00:00:00 2001 From: Locria Cyber <74560659+iacore@users.noreply.github.com> Date: Sat, 25 Nov 2023 15:09:41 +0000 Subject: [PATCH] Fix mir-test/hello.c error message --- mir-tests/hello.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mir-tests/hello.c b/mir-tests/hello.c index 66eb232dfd..2a2a31d5e6 100644 --- a/mir-tests/hello.c +++ b/mir-tests/hello.c @@ -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;