From c11ae0bacee4ab835526a7408f619a754b3b848e Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 25 Jul 2015 03:26:32 +0200 Subject: bootctl: add missing newline --- src/boot/bootctl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index faab82dbb8..091ea375d3 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; } -- cgit v1.2.3-54-g00ecf