summaryrefslogtreecommitdiffstats
path: root/games/wump/wump.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/wump/wump.c')
-rw-r--r--games/wump/wump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wump/wump.c b/games/wump/wump.c
index ef60857..ee53dc9 100644
--- a/games/wump/wump.c
+++ b/games/wump/wump.c
@@ -625,7 +625,7 @@ getans(prompt)
}
bats_nearby()
-{
+{
register int i;
/* check for bats in the immediate vicinity */
@@ -636,7 +636,7 @@ bats_nearby()
}
pit_nearby()
-{
+{
register int i;
/* check for pits in the immediate vicinity */
OpenPOWER on IntegriCloud