summaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-30 17:57:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-30 17:57:03 +0000
commit3bba545a54addf59b63a003e7ada03fd8b29b5ba (patch)
tree948ce196f871abcf9410ca1521a3d2a5af6a3082 /util-linux/fdisk.c
parentb5a122b6f9643fb052d31390e435397960289154 (diff)
downloadbusybox-w32-3bba545a54addf59b63a003e7ada03fd8b29b5ba.tar.gz
busybox-w32-3bba545a54addf59b63a003e7ada03fd8b29b5ba.tar.bz2
busybox-w32-3bba545a54addf59b63a003e7ada03fd8b29b5ba.zip
done a dozen of randconfig test. guess what? ALL failed...
these are resulting fixes
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r--util-linux/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 84538af99..64ebb60e3 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -2797,7 +2797,6 @@ int fdisk_main(int argc, char **argv)
2797{ 2797{
2798 char *str_b, *str_C, *str_H, *str_S; 2798 char *str_b, *str_C, *str_H, *str_S;
2799 unsigned opt; 2799 unsigned opt;
2800 int c;
2801 /* 2800 /*
2802 * fdisk -v 2801 * fdisk -v
2803 * fdisk -l [-b sectorsize] [-u] device ... 2802 * fdisk -l [-b sectorsize] [-u] device ...
@@ -2921,6 +2920,7 @@ int fdisk_main(int argc, char **argv)
2921 } 2920 }
2922 2921
2923 while (1) { 2922 while (1) {
2923 int c;
2924 putchar('\n'); 2924 putchar('\n');
2925 c = tolower(read_nonempty(_("Command (m for help): "))); 2925 c = tolower(read_nonempty(_("Command (m for help): ")));
2926 switch (c) { 2926 switch (c) {