summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/mg/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c
index 2e580b1499e..b8eb798b2b5 100644
--- a/usr.bin/mg/main.c
+++ b/usr.bin/mg/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.93 2023/03/30 19:00:02 op Exp $ */
+/* $OpenBSD: main.c,v 1.94 2023/03/30 19:01:25 op Exp $ */
/* This file is in the public domain. */
@@ -111,9 +111,9 @@ main(int argc, char **argv)
}
if ((ffp = startupfile(NULL, conffile, file, sizeof(file))) == NULL &&
conffile != NULL) {
- fprintf(stderr, "%s: Problem with file: %s\n", __progname,
+ fprintf(stderr, "%s: Problem with file: %s\n", __progname,
conffile);
- exit(1);
+ exit(1);
}
argc -= optind;