codestyle

This commit is contained in:
Bob Andrews
2025-07-10 21:19:55 +02:00
committed by GitHub
parent 97e4c6b42f
commit ffa72f56f1

View File

@@ -483,10 +483,11 @@ void ListSegments (FILE* destination)
fprintf (destination, "\nSegment summary\n\n");
for (I = 0; I < CollCount (&SegmentList); ++I) {
Segment* S = CollAtUnchecked (&SegmentList, I);
if(S->FragCount)
if(S->FragCount) {
fprintf (destination, "Segment: %02X = %s\n", S->Num, S->Def->Name);
}
}
}
void SegInit (void)
/* Initialize segments */