glob: fix function prototype for I_StartGlob() in the non-native case
This commit is contained in:
parent
82fa5ea8bd
commit
2b20ce64a8
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ const char *I_NextGlob(glob_t *glob)
|
|||
|
||||
#warning No native implementation of file globbing.
|
||||
|
||||
glob_t *I_StartGlob(const char *directory, const char *glob)
|
||||
glob_t *I_StartGlob(const char *directory, const char *glob, int flags)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue