diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c index 909566243..790c1515a 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2668,9 +2668,9 @@ int map_eraseipport(unsigned short mapindex, uint32 ip, uint16 port) } /*========================================== - * [Shinryo]: Init and free the mapcache + * [Shinryo]: Init the mapcache *------------------------------------------*/ -char *map_init_mapcache(FILE *fp) +static char *map_init_mapcache(FILE *fp) { size_t size = 0, read_size; char *buffer; |