Add a missing void
authortb <tb@openbsd.org>
Fri, 14 Apr 2023 15:34:08 +0000 (15:34 +0000)
committertb <tb@openbsd.org>
Fri, 14 Apr 2023 15:34:08 +0000 (15:34 +0000)
usr.bin/mg/main.c

index b8eb798..d31c89b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.94 2023/03/30 19:01:25 op Exp $    */
+/*     $OpenBSD: main.c,v 1.95 2023/04/14 15:34:08 tb Exp $    */
 
 /* This file is in the public domain. */
 
@@ -51,7 +51,7 @@ extern char   *__progname;
 extern void     closetags(void);
 
 static __dead void
-usage()
+usage(void)
 {
        fprintf(stderr, "usage: %s [-nR] [-b file] [-f mode] [-u file] "
            "[+number] [file ...]\n",