mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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
|
\param func The function to call every time the gamedir changes via
|
||||||
QFS_Gamedir().
|
QFS_Gamedir().
|
||||||
*/
|
*/
|
||||||
void QFS_GamedirCallback (gamedir_callback_t *);
|
void QFS_GamedirCallback (gamedir_callback_t *func);
|
||||||
|
|
||||||
/** Create a new file list.
|
/** Create a new file list.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue