diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2002-09-07 07:58:22 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2002-09-07 07:58:22 +0000 |
commit | d89680aff601077fda5ef85e26544f2ebf21ec87 (patch) | |
tree | d95a1ad15b703f519c76fc856b918ba243695636 /usr.sbin/mopd/common/print.c | |
parent | eeec70e61a5e3e1df45ac2336c12eef05ec1fac5 (diff) |
pedantic ansify. -moj
Diffstat (limited to 'usr.sbin/mopd/common/print.c')
-rw-r--r-- | usr.sbin/mopd/common/print.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/common/print.c b/usr.sbin/mopd/common/print.c index 8404c5b8c72..b8f3cb05e4e 100644 --- a/usr.sbin/mopd/common/print.c +++ b/usr.sbin/mopd/common/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.3 1999/03/27 14:31:21 maja Exp $ */ +/* $OpenBSD: print.c,v 1.4 2002/09/07 07:58:21 maja Exp $ */ /* * Copyright (c) 1993-96 Mats O Jansson. All rights reserved. @@ -30,7 +30,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: print.c,v 1.3 1999/03/27 14:31:21 maja Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.4 2002/09/07 07:58:21 maja Exp $"; #endif #include <sys/types.h> @@ -76,7 +76,7 @@ mopPrintBPTY(fd, bpty) (void)fprintf(fd, "Unknown"); break; }; -}; +} void mopPrintPGTY(fd, pgty) |