diff --git a/include/QF/script.h b/include/QF/script.h index ee69894f8..ce8194eab 100644 --- a/include/QF/script.h +++ b/include/QF/script.h @@ -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); //@}