]> granicus.if.org Git - nethack/commitdiff
Insert static to match declaration.
authorjwalz <jwalz>
Tue, 20 May 2003 14:10:11 +0000 (14:10 +0000)
committerjwalz <jwalz>
Tue, 20 May 2003 14:10:11 +0000 (14:10 +0000)
src/mkmap.c

index 7b94dfa33640486ca0e7ad116638bb1b8e8066de..a885ee3f047862a893ac00a1cee93504edb5c25f 100644 (file)
@@ -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;
 {