fix a bogus parameter name

This commit is contained in:
Bill Currie 2010-12-13 18:01:21 +09:00
parent d9e97e27a2
commit 4ab92c03e3

View file

@ -91,7 +91,7 @@ void Script_UngetToken (script_t *script);
/** Return a pointer to the current token.
\param script The script_t object being parsed
*/
const char *Script_Token (script_t *token);
const char *Script_Token (script_t *script);
//@}