From a5ac1a1bdab3da6d9b53ff173403f4a99a16b1aa Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 14 Apr 2023 15:34:08 +0000 Subject: [PATCH] Add a missing void --- usr.bin/mg/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index b8eb798b2b5..d31c89b1d0b 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -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", -- 2.20.1