Skip to content

Commit 417e61d

Browse files
committed
remove trailing space
1 parent 573256b commit 417e61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fdisk/bootnorm.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ print:
156156
jmp print
157157
.r: ret
158158

159-
read_error_msg: db 'Read error', 0
159+
read_error_msg: db 'Read error', 0
160160
no_active_msg: db 'No active partition', 0
161161
invalid_vbr_sig_msg: db 'VBR has illegal signature', 0
162162
try_next_dev_msg: db '. Trying next boot device...', 13, 10, 0

0 commit comments

Comments
 (0)