diff options
Diffstat (limited to 'hack/hack.apply.c')
| -rw-r--r-- | hack/hack.apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/hack.apply.c b/hack/hack.apply.c index ebdf82ad..18da738d 100644 --- a/hack/hack.apply.c +++ b/hack/hack.apply.c @@ -4,7 +4,7 @@ #include "hack.h" #include "def.edog.h" #include "def.mkroom.h" -extern struct monst *bchit(); +static struct monst *bchit(); extern struct obj *addinv(); extern struct trap *maketrap(); extern int (*occupation)(); |
