]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
umount: add missing break
authorKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 19:58:30 +0000 (20:58 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 19:58:30 +0000 (20:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/umount.c

index b3c2c909a6e055b9c52347a906f594b9dc31a896..d94c65427287e3532a5a26018bd4621f8cdcc479 100644 (file)
@@ -211,6 +211,7 @@ static int mk_exit_code(struct libmnt_context *cxt, int rc)
                       "        (In some cases useful info about processes that use\n"
                       "         the device is found by lsof(8) or fuser(1))"),
                        tgt);
+               break;
        case ENOENT:
                warnx(_("%s: not found"), tgt);
                break;