diff --git a/engine/common/fs_stdio.c b/engine/common/fs_stdio.c index 71343f5f2..ce4179217 100644 --- a/engine/common/fs_stdio.c +++ b/engine/common/fs_stdio.c @@ -16,8 +16,8 @@ typedef struct { int depth; - char rootpath[1]; void (QDECL *AddFileHash)(int depth, const char *fname, fsbucket_t *filehandle, void *pathhandle); + char rootpath[1]; } stdiopath_t; typedef struct { vfsfile_t funcs;