summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis ChengRq2008-08-07 11:07:49 +0200
committerKarel Zak2008-08-08 11:08:18 +0200
commitb9ae48db4aa4702fa37237dca3fa5c7c4a7c549d (patch)
treee42924b8fba2dc76d3d4e8de1fb9eea56c64b31a
parenthwclock: cleanup help output and man page (diff)
downloadkernel-qcow2-util-linux-b9ae48db4aa4702fa37237dca3fa5c7c4a7c549d.tar.gz
kernel-qcow2-util-linux-b9ae48db4aa4702fa37237dca3fa5c7c4a7c549d.tar.xz
kernel-qcow2-util-linux-b9ae48db4aa4702fa37237dca3fa5c7c4a7c549d.zip
sfdisk: print version should end with a newline
Signed-off-by: Denis ChengRq <crquan@gmail.com>
-rw-r--r--fdisk/sfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c
index f70b1629c..483ef8e4d 100644
--- a/fdisk/sfdisk.c
+++ b/fdisk/sfdisk.c
@@ -2294,7 +2294,7 @@ read_input(char *dev, int interactive, struct disk_desc *z) {
*/
static void version(void) {
- printf("sfdisk (%s)", PACKAGE_STRING);
+ printf("sfdisk (%s)\n", PACKAGE_STRING);
}
static void