diff options
Diffstat (limited to 'lib/efi_selftest/efi_selftest_miniapp_exit.c')
-rw-r--r-- | lib/efi_selftest/efi_selftest_miniapp_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_selftest_miniapp_exit.c b/lib/efi_selftest/efi_selftest_miniapp_exit.c index 590c948a1c..5ec57aba02 100644 --- a/lib/efi_selftest/efi_selftest_miniapp_exit.c +++ b/lib/efi_selftest/efi_selftest_miniapp_exit.c @@ -24,7 +24,7 @@ efi_status_t EFIAPI efi_main(efi_handle_t handle, { struct efi_simple_text_output_protocol *con_out = systable->con_out; - con_out->output_string(con_out, L"EFI application calling Exit"); + con_out->output_string(con_out, L"EFI application calling Exit\n"); /* The return value is checked by the calling test */ systable->boottime->exit(handle, EFI_UNSUPPORTED, 0, NULL); |