diff --git a/mount.c b/mount.c index 15ab5c997..455c33303 100644 --- a/mount.c +++ b/mount.c @@ -485,7 +485,7 @@ singlemount: fatalError("nfsmount failed: %s\n", strerror(errno)); rc = FALSE; } - } else + } #endif rc = mount_one(device, directory, filesystemType, flags, string_flags, useMtab, fakeIt, extra_opts, TRUE); diff --git a/util-linux/mount.c b/util-linux/mount.c index 15ab5c997..455c33303 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -485,7 +485,7 @@ singlemount: fatalError("nfsmount failed: %s\n", strerror(errno)); rc = FALSE; } - } else + } #endif rc = mount_one(device, directory, filesystemType, flags, string_flags, useMtab, fakeIt, extra_opts, TRUE);