summaryrefslogtreecommitdiffstats
path: root/monop/print.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2008-02-24 03:56:48 +0000
committerchristos <christos@NetBSD.org>2008-02-24 03:56:48 +0000
commite68df2be2d86409745cee75571833732bdd20c9a (patch)
tree702eaa3434801a1d6f30e0fa476d3f2c043f7f03 /monop/print.c
parent1df189f3144276793f0666e09654ef16a7f8ca13 (diff)
downloadbsdgames-darwin-e68df2be2d86409745cee75571833732bdd20c9a.tar.gz
bsdgames-darwin-e68df2be2d86409745cee75571833732bdd20c9a.tar.zst
bsdgames-darwin-e68df2be2d86409745cee75571833732bdd20c9a.zip
fix some lint
Diffstat (limited to 'monop/print.c')
-rw-r--r--monop/print.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/monop/print.c b/monop/print.c
index f6bbcf29..2b0cc42d 100644
--- a/monop/print.c
+++ b/monop/print.c
@@ -1,4 +1,4 @@
-/* $NetBSD: print.c,v 1.11 2008/02/24 01:57:34 dholland Exp $ */
+/* $NetBSD: print.c,v 1.12 2008/02/24 03:56:49 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: print.c,v 1.11 2008/02/24 01:57:34 dholland Exp $");
+__RCSID("$NetBSD: print.c,v 1.12 2008/02/24 03:56:49 christos Exp $");
#endif
#endif /* not lint */
@@ -82,9 +82,7 @@ where()
* This routine prints out an individual square
*/
void
-printsq(sqn, eoln)
- int sqn;
- bool eoln;
+printsq(int sqn, bool eoln)
{
int rnt;
PROP *pp;