aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/inc_nativefs.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-06-27 06:10:18 +0200
committerJoel Bodenmann <joel@unormal.org>2014-06-27 06:10:18 +0200
commit65602895a59f9e9c79ca65342ee3b843ba37183f (patch)
tree9110633ce9df9b2b99d550d9fd4bc46c76f6afaa /src/gfile/inc_nativefs.c
parent11e3d1fa22ee8df088621dfefe5ebfa4b0697d9c (diff)
downloaduGFX-65602895a59f9e9c79ca65342ee3b843ba37183f.tar.gz
uGFX-65602895a59f9e9c79ca65342ee3b843ba37183f.tar.bz2
uGFX-65602895a59f9e9c79ca65342ee3b843ba37183f.zip
FatFS complete implementation
Diffstat (limited to 'src/gfile/inc_nativefs.c')
-rw-r--r--src/gfile/inc_nativefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfile/inc_nativefs.c b/src/gfile/inc_nativefs.c
index 4ecb2004..26dc33c5 100644
--- a/src/gfile/inc_nativefs.c
+++ b/src/gfile/inc_nativefs.c
@@ -46,6 +46,7 @@ static const GFILEVMT FsNativeVMT = {
NativeDel, NativeExists, NativeFilesize, NativeRen,
NativeOpen, NativeClose, NativeRead, NativeWrite,
NativeSetpos, NativeGetsize, NativeEof,
+ 0, 0
};
#undef GFILE_CHAINHEAD
#define GFILE_CHAINHEAD &FsNativeVMT