Regularized file not found error messages.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16073 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
xazax-hun
2012-05-03 19:46:59 +00:00
parent be17243094
commit d7c5f0acf3
4 changed files with 4 additions and 4 deletions

View File

@@ -694,7 +694,7 @@ static int inter_config_read(const 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;
}