mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Fix a doxygen warning
This commit is contained in:
parent
fcd9c3e115
commit
19a558a2db
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ const char *QFS_FileExtension (const char *in);
|
|||
\param func The function to call every time the gamedir changes via
|
||||
QFS_Gamedir().
|
||||
*/
|
||||
void QFS_GamedirCallback (gamedir_callback_t *);
|
||||
void QFS_GamedirCallback (gamedir_callback_t *func);
|
||||
|
||||
/** Create a new file list.
|
||||
|
||||
|
|
Loading…
Reference in a new issue