Simple fix for stupid bug.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4333 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-05-04 10:37:21 +00:00
parent bd2205bcad
commit d90ed31f93
1 changed files with 1 additions and 1 deletions

View File

@ -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;