diff options
author | Kay Sievers <kay@vrfy.org> | 2015-07-25 03:26:32 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-07-25 03:26:32 +0200 |
commit | c11ae0bacee4ab835526a7408f619a754b3b848e (patch) | |
tree | 6be5ce4714f5101550d8225bade767387f08afd9 | |
parent | 9525d75281858e0bcb6e34be78e56fac292b90d2 (diff) |
bootctl: add missing newline
-rw-r--r-- | src/boot/bootctl.c | 2 |
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; } |