some cosmetics

This commit is contained in:
Bob Andrews
2025-07-10 21:18:12 +02:00
committed by GitHub
parent d8b4013f3c
commit 97e4c6b42f

View File

@@ -295,7 +295,6 @@ static char* MakeLineHeader (char* H, const ListLine* L)
} else {
Offset = 12;
sprintf (H, " %06lX%c %c", L->PC, Mode, Depth);
}
memset (H + Offset, ' ', LINE_HEADER_LEN - Offset - (SegList?0:3));
@@ -463,8 +462,9 @@ void CreateListing (void)
L = L->Next;
}
if (SegList)
if (SegList) {
ListSegments (F);
}
/* Close the listing file */
(void) fclose (F);
}