diff options
| author | dholland <dholland@NetBSD.org> | 2009-08-12 08:44:45 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-08-12 08:44:45 +0000 |
| commit | 39a1066cab493ece48c6e692513d1311b7e27c44 (patch) | |
| tree | a896a49b2b5b09b9763d953ea2ce9ec0e813beb3 /rogue/trap.c | |
| parent | 4fa17c6f9afc7c76d0350d5d9e5996391aa18137 (diff) | |
| download | bsdgames-darwin-39a1066cab493ece48c6e692513d1311b7e27c44.tar.gz bsdgames-darwin-39a1066cab493ece48c6e692513d1311b7e27c44.zip | |
sprinkle static
Diffstat (limited to 'rogue/trap.c')
| -rw-r--r-- | rogue/trap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rogue/trap.c b/rogue/trap.c index 6b9188e5..ae3c9186 100644 --- a/rogue/trap.c +++ b/rogue/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.9 2008/01/14 03:50:03 dholland Exp $ */ +/* $NetBSD: trap.c,v 1.10 2009/08/12 08:44:45 dholland Exp $ */ /* * Copyright (c) 1988, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)trap.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: trap.c,v 1.9 2008/01/14 03:50:03 dholland Exp $"); +__RCSID("$NetBSD: trap.c,v 1.10 2009/08/12 08:44:45 dholland Exp $"); #endif #endif /* not lint */ @@ -74,7 +74,7 @@ static const char *const trap_strings[TRAPS * 2] = { "a gush of water hits you on the head" }; -short +static short trap_at(int row, int col) { short i; |
