From 3fbde03fd384b24156781d3879bbb0561b6f4318 Mon Sep 17 00:00:00 2001 From: David4609 <44219084+David4609@users.noreply.github.com> Date: Fri, 19 Oct 2018 09:06:41 -0500 Subject: [PATCH] fixed style to conform to previous styles Added semicolons lines 340-356 at the end of the line. --- v2.0/source/DOSSYM.ASM | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/v2.0/source/DOSSYM.ASM b/v2.0/source/DOSSYM.ASM index 918ed5d..d0df144 100644 --- a/v2.0/source/DOSSYM.ASM +++ b/v2.0/source/DOSSYM.ASM @@ -339,19 +339,19 @@ BREAK ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----; ; C A V E A T P R O G R A M M E R ; ; ; -; | Flags: | -; | bit 7=0 file/1 device | -; | bit 6=0 if dirty | -; | bits 0-5 deviceid | -; +---------------------------+ -; | first cluster in file | -; +---------------------------+ -; | position of last cluster | -; +---------------------------+ -; | last cluster accessed | 12 bit-+--- packed in 3 bytes -; +---------------------------+ | -; | parent directory | <------+ -; +---------------------------+ +; | Flags: | ; +; | bit 7=0 file/1 device | ; +; | bit 6=0 if dirty | ; +; | bits 0-5 deviceid | ; +; +---------------------------+ ; +; | first cluster in file | ; +; +---------------------------+ ; +; | position of last cluster | ; +; +---------------------------+ ; +; | last cluster accessed | 12 bit-+--- packed in 3 bytes ; +; +---------------------------+ | ; +; | parent directory | <------+ ; +; +---------------------------+ ; ; ; ; C A V E A T P R O G R A M M E R ; ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----; @@ -901,4 +901,3 @@ OEM_C5 EQU 253 ; 253 FD OEM_C6 EQU 254 ; 254 FE OEM_C7 EQU 255 ; 255 FF SUBTTL - \ No newline at end of file