From 3f5dca4c748d4a53dc7e944641dd9d513134f9ad Mon Sep 17 00:00:00 2001 From: Andriy Fedorov Date: Mon, 29 Oct 2018 11:28:43 +1100 Subject: [PATCH] Code cleanup --- v1.25/source/TRANS.ASM | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.25/source/TRANS.ASM b/v1.25/source/TRANS.ASM index 6b06619..8a544bb 100644 --- a/v1.25/source/TRANS.ASM +++ b/v1.25/source/TRANS.ASM @@ -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: @@ -1210,4 +1210,4 @@ RCH: DS 1 RAL: DS 1 RIX: DS 1 RIY: DS 1 - \ No newline at end of file +