diff options
Diffstat (limited to 'listing.c')
-rw-r--r-- | listing.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ AddMapOnly(char *map) return 1; } -int +static int AddListing(char *file, char *map) { if (nListed >= szListing) |