1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00

bootctl: add missing newline

This commit is contained in:
Kay Sievers 2015-07-25 03:26:32 +02:00
parent 9525d75281
commit c11ae0bace

View File

@ -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;
}