diff options
Diffstat (limited to 'src/LYMap.c')
-rw-r--r-- | src/LYMap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMap.c b/src/LYMap.c index 3126611c..4aa0346a 100644 --- a/src/LYMap.c +++ b/src/LYMap.c @@ -54,7 +54,7 @@ PUBLIC BOOL LYMapsOnly = FALSE; /* * Utility for freeing the list of MAPs. - FM */ -PUBLIC void LYLynxMaps_free NOARGS +PRIVATE void LYLynxMaps_free NOARGS { ImageMap *map; MapElement *element; |