Indent "SLACK:" to match the "SECTION" headers

This commit is contained in:
Rangi
2022-08-28 14:29:10 -04:00
committed by Eldred Habert
parent f1b74fa610
commit d29057e747

View File

@@ -438,7 +438,7 @@ static uint16_t writeMapBank(struct SortedSections const *sectList,
} else { } else {
uint16_t slack = sectionTypeInfo[type].size - used; uint16_t slack = sectionTypeInfo[type].size - used;
fprintf(mapFile, " SLACK: $%04" PRIx16 " byte%s\n\n", slack, fprintf(mapFile, " SLACK: $%04" PRIx16 " byte%s\n\n", slack,
slack == 1 ? "" : "s"); slack == 1 ? "" : "s");
} }