Skip to content

Commit

Permalink
romdisk: add missing newline in load command message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeal8bit committed Dec 20, 2022
1 parent 8811cf1 commit bdab0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/zeal8bit/romdisk/uart.asm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ _load_usage:
S_WRITE1(DEV_STDOUT)
ret
_load_usage_str:
DEFM "usage: load <size_between_1_and_16384>"
DEFM "usage: load <size_between_1_and_16384>\n"
_load_usage_str_end:


Expand Down

0 comments on commit bdab0b4

Please sign in to comment.