]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tunelp: add missing break [coverity scan]
authorKarel Zak <kzak@redhat.com>
Fri, 7 Sep 2012 10:00:53 +0000 (12:00 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 7 Sep 2012 10:00:53 +0000 (12:00 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/tunelp.c

index 5efd6021c4f113d4f5b86cda28856a21da06d8e7..7313737867426a0f6282899da53d2247ead0e787 100644 (file)
@@ -198,6 +198,7 @@ int main(int argc, char **argv)
                        } else {
                                show_irq = 0;
                        }
+                       break;
 #ifdef LPGETSTATUS
                case 'o':
                        cmds->op = LPABORTOPEN;