diff options
-rw-r--r-- | utils/mount.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/mount.c b/utils/mount.c index 30e9bef3..75211d7a 100644 --- a/utils/mount.c +++ b/utils/mount.c @@ -278,7 +278,9 @@ do_mount (struct fs *fs, int remount) } if (options_len) - ARGZ (append (&mntopts, &mntopts_len, options, options_len)); + { + ARGZ (append (&mntopts, &mntopts_len, options, options_len)); + } } else { |