mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-22 06:23:37 -07:00
Code cleanup
This commit is contained in:
parent
b297ae5788
commit
3f5dca4c74
1 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ GETCH:
|
|||
CMP AL,3 ; Partial record read?
|
||||
JE OKRECORD
|
||||
MOV AL,EOF ; Force end-of-file character in case
|
||||
JP TESEND ; there is nothing in the record.
|
||||
JP TESEND ; there is nothing in the record.
|
||||
OKRECORD:
|
||||
MOV BX,GETBUF ; Reset buffer pointer.
|
||||
GETIT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue