From: jwalz Date: Tue, 20 May 2003 14:10:11 +0000 (+0000) Subject: Insert static to match declaration. X-Git-Tag: MOVE2GIT~1970 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=902b4e67ef2640c8554d4c72346a8925a80f5dde;p=nethack Insert static to match declaration. --- diff --git a/src/mkmap.c b/src/mkmap.c index 7b94dfa33..a885ee3f0 100644 --- a/src/mkmap.c +++ b/src/mkmap.c @@ -413,7 +413,7 @@ remove_rooms(lx, ly, hx, hy) * level structure contents corresponding to roomno have already been reset. * Currently handles only the removal of rooms that have no subrooms. */ -void +STATIC_OVL void remove_room(roomno) int roomno; {