From f6e0ec6e2df64ce90e3a52a3e636f3ffb5c38927 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 3 Aug 2005 09:11:06 +0000 Subject: fix --- lib/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mount.c') diff --git a/lib/mount.c b/lib/mount.c index 01081bb..3236ce8 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -108,7 +108,7 @@ int fuse_mount(const char *mountpoint, const char *opts) char env[10]; const char *argv[32]; int a = 0; - + argv[a++] = mountprog; if (opts) { argv[a++] = "-o"; -- cgit v1.2.3