diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-07 08:15:34 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-07 08:15:34 +0000 |
commit | 444a8e62f686617a03d64864a92fc29dd5bda081 (patch) | |
tree | 94716c2f0c5490889a62fde348449071af5fd4a6 /lib/mount.c | |
parent | 95da860d29a54c6dc21683a34edefead597e3bbc (diff) | |
download | libfuse-444a8e62f686617a03d64864a92fc29dd5bda081.tar.gz |
fix
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mount.c b/lib/mount.c index bd1b66f..b53889d 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -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, |