Correct an error message.

This commit is contained in:
Bill Currie 2010-10-02 20:35:22 +09:00
parent 6c96402403
commit 5c0fb3ecd3

View file

@ -299,7 +299,7 @@ int nument;
}
if (strcmp (Script_Token (script), "{"))
Sys_Error ("initFromFileP: { not found");
Sys_Error ("initFromScript: { not found");
do {
if (!Script_GetToken (script, true))