mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix indention when writing EMPTY label inside link output.c file
This commit is contained in:
@@ -482,7 +482,7 @@ static uint16_t writeMapBank(struct SortedSections const *sectList,
|
||||
writeEmptySpace(prevEndAddr, bankEndAddr);
|
||||
|
||||
if (used == 0) {
|
||||
fputs(" EMPTY\n\n", mapFile);
|
||||
fputs("\tEMPTY\n\n", mapFile);
|
||||
} else {
|
||||
uint16_t slack = sectionTypeInfo[type].size - used;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user