From: Miklos Szeredi Date: Sat, 7 Jan 2006 08:15:34 +0000 (+0000) Subject: fix X-Git-Tag: fuse_2_5_0_pre2~9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=444a8e62f686617a03d64864a92fc29dd5bda081;p=qemu-gpiodev%2Flibfuse.git fix --- 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,