summaryrefslogtreecommitdiff
path: root/games/gomoku/bdisp.c
diff options
context:
space:
mode:
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;