[FAT32] Remove duplicated print

svn path=/trunk/; revision=75570
This commit is contained in:
Timo Kreuzer 2017-08-16 16:06:18 +00:00
parent af3006ca2d
commit 4a92978784

View file

@ -519,8 +519,6 @@ ReadCluster:
PrintFileNotFound:
mov si, offset msgFreeLdr // FreeLdr not found message
call PutChars // Display it
mov si, offset msgAnyKey // Press any key message
call PutChars // Display it
jmp Reboot