]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib/efi_selftest/efi_selftest_miniapp_exit.c
efi_selftest: add missing LF in test output
[people/ms/u-boot.git] / lib / efi_selftest / efi_selftest_miniapp_exit.c
index 590c948a1c0b26b495f42d9864f84af95c6bc2d0..5ec57aba0248c3c0d0233b5d8626171ff897bad9 100644 (file)
@@ -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);