summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.c
diff options
context:
space:
mode:
authorKarel Zak2012-01-31 21:06:42 +0100
committerKarel Zak2012-01-31 21:06:42 +0100
commit099c7a94ce96e03f112692f105dab056ce5a4d64 (patch)
treef84fb5936fe416f5108bc72945cf7f5c853f1855 /fdisk/fdisk.c
parentmore: add comment (diff)
downloadkernel-qcow2-util-linux-099c7a94ce96e03f112692f105dab056ce5a4d64.tar.gz
kernel-qcow2-util-linux-099c7a94ce96e03f112692f105dab056ce5a4d64.tar.xz
kernel-qcow2-util-linux-099c7a94ce96e03f112692f105dab056ce5a4d64.zip
fdisk: add missing break
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/fdisk.c')
-rw-r--r--fdisk/fdisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c
index 900ae26de..120f31809 100644
--- a/fdisk/fdisk.c
+++ b/fdisk/fdisk.c
@@ -2907,6 +2907,7 @@ static void command_prompt(void)
create_sgiinfo();
else
unknown_command(c);
+ break;
case 'l':
list_types(get_sys_types());
break;