diff options
| author | Karel Zak <kzak@redhat.com> | 2013-09-17 12:22:55 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-09-17 12:22:55 +0200 |
| commit | 4ec31f101f22ba70bf32bf9de5c880f062021e5c (patch) | |
| tree | 1e5603d45f4d8de6b6f2b474f95f6684bf16ad8b /fdisks/fdisk.c | |
| parent | 44a6492ce3aa3c4eb8439aa6d9694e76ab20bf1d (diff) | |
| download | util-linux-4ec31f101f22ba70bf32bf9de5c880f062021e5c.tar.gz | |
fdisk: separate disks by \n in -l output
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdisk.c')
| -rw-r--r-- | fdisks/fdisk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c index 9b748761..cbefd5a5 100644 --- a/fdisks/fdisk.c +++ b/fdisks/fdisk.c @@ -335,6 +335,7 @@ static void print_device_pt(struct fdisk_context *cxt, char *device) if (fdisk_dev_has_disklabel(cxt)) fdisk_list_disklabel(cxt); + fputc('\n', stdout); } static void print_all_devices_pt(struct fdisk_context *cxt) |
