From 444a8e62f686617a03d64864a92fc29dd5bda081 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 7 Jan 2006 08:15:34 +0000 Subject: [PATCH] fix --- lib/mount.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.30.2