summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 98f11bb9e..26d88ea17 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -3784,7 +3784,7 @@ int script_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))