summaryrefslogtreecommitdiffstats
path: root/robots/play_level.c
diff options
context:
space:
mode:
Diffstat (limited to 'robots/play_level.c')
-rw-r--r--robots/play_level.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/robots/play_level.c b/robots/play_level.c
index 3cb3d0ab..ba2b6a5c 100644
--- a/robots/play_level.c
+++ b/robots/play_level.c
@@ -1,4 +1,4 @@
-/* $NetBSD: play_level.c,v 1.6 2003/08/07 09:37:37 agc Exp $ */
+/* $NetBSD: play_level.c,v 1.7 2009/07/20 05:44:02 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)play_level.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: play_level.c,v 1.6 2003/08/07 09:37:37 agc Exp $");
+__RCSID("$NetBSD: play_level.c,v 1.7 2009/07/20 05:44:02 dholland Exp $");
#endif
#endif /* not lint */
@@ -45,7 +45,7 @@ __RCSID("$NetBSD: play_level.c,v 1.6 2003/08/07 09:37:37 agc Exp $");
* Let the player play the current level
*/
void
-play_level()
+play_level(void)
{
COORD *cp;