mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
fix a bogus parameter name
This commit is contained in:
parent
d9e97e27a2
commit
4ab92c03e3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
//@}
|
||||
|
||||
|
|
Loading…
Reference in a new issue