From: Kay Sievers Date: Sat, 25 Jul 2015 01:26:32 +0000 (+0200) Subject: bootctl: add missing newline X-Git-Tag: v223~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c11ae0bacee4ab835526a7408f619a754b3b848e;p=thirdparty%2Fsystemd.git bootctl: add missing newline --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index faab82dbb82..091ea375d32 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -294,6 +294,8 @@ static int status_binaries(const char *esp_path, sd_id128_t partition) { else if (r < 0) return r; + printf("\n"); + return 0; }