diff options
Diffstat (limited to 'src/common/mapindex.c')
-rw-r--r-- | src/common/mapindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mapindex.c b/src/common/mapindex.c index a7f7aca5a..f169538f7 100644 --- a/src/common/mapindex.c +++ b/src/common/mapindex.c @@ -72,7 +72,7 @@ const char* mapindex_getmapname_ext(const char* string, char* output) /// Adds a map to the specified index /// Returns 1 if successful, 0 oherwise -int mapindex_addmap(int index, const char* name) +static int mapindex_addmap(int index, const char* name) { char map_name[MAP_NAME_LENGTH]; |