Signed-off-by: Denis ChengRq <crquan@xxxxxxxxx> --- fdisk/sfdisk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c index f70b162..483ef8e 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 -- 1.5.6.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html