aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-16 04:09:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-16 04:09:25 +0000
commitf45c4f41b792e4b7c52eaf21b9540112887e861b (patch)
treee5f35073f61b6178d49d02821676894f32b7a32f /util-linux/fdisk_osf.c
parent57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8 (diff)
downloadbusybox-f45c4f41b792e4b7c52eaf21b9540112887e861b.tar.gz
whitespace and comment fixes, no code changes
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r--util-linux/fdisk_osf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c
index 30c42553b..24f240af3 100644
--- a/util-linux/fdisk_osf.c
+++ b/util-linux/fdisk_osf.c
@@ -516,7 +516,7 @@ xbsd_print_disklabel(int show_all)
printf("disk: %.*s\n", (int) sizeof(lp->d_typename), lp->d_typename);
printf("label: %.*s\n", (int) sizeof(lp->d_packname), lp->d_packname);
printf("flags: ");
- print_flags_separated(d_masks, "removable\0""ecc\0""badsect\0", lp->d_flags, " ");
+ print_flags_separated(d_masks, "removable\0""ecc\0""badsect\0", lp->d_flags, " ");
bb_putchar('\n');
/* On various machines the fields of *lp are short/int/long */
/* In order to avoid problems, we cast them all to long. */