diff options
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |