aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/inc_memfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/inc_memfs.c')
-rw-r--r--src/gfile/inc_memfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfile/inc_memfs.c b/src/gfile/inc_memfs.c
index 434150d8..baeb0e97 100644
--- a/src/gfile/inc_memfs.c
+++ b/src/gfile/inc_memfs.c
@@ -26,6 +26,8 @@ static const GFILEVMT FsMemVMT = {
0, 0, 0, 0,
0, 0, MEMRead, MEMWrite,
MEMSetpos, 0, 0,
+ 0, 0,
+ 0
};
static int MEMRead(GFILE *f, void *buf, int size) {