summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-07-25 03:26:32 +0200
committerKay Sievers <kay@vrfy.org>2015-07-25 03:26:32 +0200
commitc11ae0bacee4ab835526a7408f619a754b3b848e (patch)
tree6be5ce4714f5101550d8225bade767387f08afd9 /src/boot
parent9525d75281858e0bcb6e34be78e56fac292b90d2 (diff)
bootctl: add missing newline
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/bootctl.c2
1 files changed, 2 insertions, 0 deletions
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;
}