Skip to content

Commit

Permalink
Newline missing. (Update commit a3a9803).
Browse files Browse the repository at this point in the history
  • Loading branch information
jief666 committed Sep 29, 2021
1 parent 62d4336 commit 01a8830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/OpenCore/OpenCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ UefiMain (

#ifdef OC_TARGET_DEBUG
SerialPortInitialize();
Status = SerialPortWrite ((UINT8 *)"Starting OpenCore...", AsciiStrLen("Starting OpenCore..."));
Status = SerialPortWrite ((UINT8 *)"Starting OpenCore...\n", AsciiStrLen("Starting OpenCore...\n"));
gBS->Stall(2000000);
#endif

Expand Down

0 comments on commit 01a8830

Please sign in to comment.