diff options
Diffstat (limited to 'usr.bin/deroff')
-rw-r--r-- | usr.bin/deroff/deroff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/deroff/deroff.c b/usr.bin/deroff/deroff.c index 452fda69b30..b4b560fa8d2 100644 --- a/usr.bin/deroff/deroff.c +++ b/usr.bin/deroff/deroff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: deroff.c,v 1.16 2023/02/17 18:00:35 miod Exp $ */ +/* $OpenBSD: deroff.c,v 1.17 2023/03/08 04:43:10 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -444,7 +444,6 @@ getfname(void) namechain = q; } -/*ARGSUSED*/ void textline(char *str, int constant) { |