diff options
Diffstat (limited to 'util-linux/fdisk_sun.c')
-rw-r--r-- | util-linux/fdisk_sun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_sun.c b/util-linux/fdisk_sun.c index d4614fd4f..274b10345 100644 --- a/util-linux/fdisk_sun.c +++ b/util-linux/fdisk_sun.c | |||
@@ -647,7 +647,7 @@ sun_list_table(int xtra) | |||
647 | 647 | ||
648 | printf("%*s Flag Start End Blocks Id System\n", | 648 | printf("%*s Flag Start End Blocks Id System\n", |
649 | w + 1, "Device"); | 649 | w + 1, "Device"); |
650 | for (i = 0 ; i < partitions; i++) { | 650 | for (i = 0; i < partitions; i++) { |
651 | if (sunlabel->partitions[i].num_sectors) { | 651 | if (sunlabel->partitions[i].num_sectors) { |
652 | uint32_t start = SUN_SSWAP32(sunlabel->partitions[i].start_cylinder) * heads * sectors; | 652 | uint32_t start = SUN_SSWAP32(sunlabel->partitions[i].start_cylinder) * heads * sectors; |
653 | uint32_t len = SUN_SSWAP32(sunlabel->partitions[i].num_sectors); | 653 | uint32_t len = SUN_SSWAP32(sunlabel->partitions[i].num_sectors); |