fix
authorMiklos Szeredi <miklos@szeredi.hu>
Sat, 7 Jan 2006 08:15:34 +0000 (08:15 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Sat, 7 Jan 2006 08:15:34 +0000 (08:15 +0000)
lib/mount.c

index bd1b66f524cc3479d2f8924e52ef9ba1fa0bd7bb..b53889d96e10c7b923ef8fa541925830e5ab4d24 100644 (file)
@@ -58,6 +58,7 @@ static const struct fuse_opt fuse_mount_opts[] = {
     FUSE_OPT_KEY("sync",                KEY_KERN),
     FUSE_OPT_KEY("atime",               KEY_KERN),
     FUSE_OPT_KEY("noatime",             KEY_KERN),
+    FUSE_OPT_END
 };
 
 static int fuse_mount_opt_proc(void *data, const char *arg, int key,