mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Indent "SLACK:" to match the "SECTION" headers
This commit is contained in:
@@ -438,7 +438,7 @@ static uint16_t writeMapBank(struct SortedSections const *sectList,
|
||||
} else {
|
||||
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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user