diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 1e3cdfb3d..9e2dbef25 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3365,7 +3365,7 @@ int inter_config_read(char *cfgName) fp=fopen(cfgName,"r"); if(fp==NULL){ - ShowError("File not found: '%s'.\n",cfgName); + ShowError("File not found: %s\n",cfgName); return 1; } while(fgets(line, sizeof(line), fp)) |