1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-13 17:18:18 +03:00

systemd-boot: fix alignment of version in table

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-02-18 22:18:12 +01:00
parent d5d8429a12
commit 04155c6713

View File

@ -405,7 +405,7 @@ static VOID print_status(Config *config, EFI_FILE *root_dir, CHAR16 *loaded_imag
break;
}
Print(L"systemd-boot version: " VERSION "\n");
Print(L"systemd-boot version: " VERSION "\n");
Print(L"architecture: " EFI_MACHINE_TYPE_NAME "\n");
Print(L"loaded image: %s\n", loaded_image_path);
Print(L"UEFI specification: %d.%02d\n", ST->Hdr.Revision >> 16, ST->Hdr.Revision & 0xffff);