aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r--util-linux/fdisk_osf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c
index 17267d54b..71cf138ee 100644
--- a/util-linux/fdisk_osf.c
+++ b/util-linux/fdisk_osf.c
@@ -512,7 +512,7 @@ xbsd_print_disklabel(int show_all)
512 printf(_(" ecc")); 512 printf(_(" ecc"));
513 if (lp->d_flags & BSD_D_BADSECT) 513 if (lp->d_flags & BSD_D_BADSECT)
514 printf(_(" badsect")); 514 printf(_(" badsect"));
515 printf("\n"); 515 puts("");
516 /* On various machines the fields of *lp are short/int/long */ 516 /* On various machines the fields of *lp are short/int/long */
517 /* In order to avoid problems, we cast them all to long. */ 517 /* In order to avoid problems, we cast them all to long. */
518 printf(_("bytes/sector: %ld\n"), (long) lp->d_secsize); 518 printf(_("bytes/sector: %ld\n"), (long) lp->d_secsize);
@@ -579,7 +579,7 @@ xbsd_print_disklabel(int show_all)
579 printf("%22.22s", ""); 579 printf("%22.22s", "");
580 break; 580 break;
581 } 581 }
582 printf("\n"); 582 puts("");
583 } 583 }
584 } 584 }
585} 585}