summaryrefslogtreecommitdiff
path: root/games/gomoku/bdisp.c
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-12-14 10:15:10 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-12-14 10:15:10 +0000
commit8411e7abe36eb637f1d25fa7a57142756f2226c4 (patch)
treefca9cd7635295adfea257fde9acd8159a2ef26fd /games/gomoku/bdisp.c
parent9309d7add131a01a17b3071686148f655fb83a13 (diff)
fix some obvious mistakes to make DEBUG compile
ok otto@
Diffstat (limited to 'games/gomoku/bdisp.c')
-rw-r--r--games/gomoku/bdisp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gomoku/bdisp.c b/games/gomoku/bdisp.c
index 889de451d23..9c3555a3e54 100644
--- a/games/gomoku/bdisp.c
+++ b/games/gomoku/bdisp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bdisp.c,v 1.8 2003/06/03 03:01:39 millert Exp $ */
+/* $OpenBSD: bdisp.c,v 1.9 2006/12/14 10:15:09 martin Exp $ */
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -35,7 +35,7 @@
#if 0
static char sccsid[] = "@(#)bdisp.c 8.2 (Berkeley) 5/3/95";
#else
-static char rcsid[] = "$OpenBSD: bdisp.c,v 1.8 2003/06/03 03:01:39 millert Exp $";
+static char rcsid[] = "$OpenBSD: bdisp.c,v 1.9 2006/12/14 10:15:09 martin Exp $";
#endif
#endif /* not lint */
@@ -183,7 +183,7 @@ bdisp()
/*
* Dump board display to a file.
*/
-bdump(fp)
+void bdump(fp)
FILE *fp;
{
int i, j, c;