summaryrefslogtreecommitdiff
path: root/games/hangman/getword.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 08:52:30 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 08:52:30 +0000
commit9f35ef98a75e416220366f7f6ac0f8864d6239fb (patch)
treea3cc1c29744d5270e4662e30a4a7b7d0158c77ed /games/hangman/getword.c
parent0e91e5b94fb68ab00eed960bad30f73eba33c15b (diff)
ansi. ok deraadt@
Diffstat (limited to 'games/hangman/getword.c')
-rw-r--r--games/hangman/getword.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hangman/getword.c b/games/hangman/getword.c
index 98b5eea37a4..2b6f42eb40e 100644
--- a/games/hangman/getword.c
+++ b/games/hangman/getword.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getword.c,v 1.4 2003/06/03 03:01:40 millert Exp $ */
+/* $OpenBSD: getword.c,v 1.5 2004/11/29 08:52:28 jsg Exp $ */
/* $NetBSD: getword.c,v 1.4 1995/03/23 08:32:45 cgd Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)getword.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: getword.c,v 1.4 2003/06/03 03:01:40 millert Exp $";
+static char rcsid[] = "$OpenBSD: getword.c,v 1.5 2004/11/29 08:52:28 jsg Exp $";
#endif
#endif /* not lint */
@@ -47,7 +47,7 @@ static char rcsid[] = "$OpenBSD: getword.c,v 1.4 2003/06/03 03:01:40 millert Exp
* Get a valid word out of the dictionary file
*/
void
-getword()
+getword(void)
{
FILE *inf;
char *wp, *gp;