diff --git a/src/link/output.c b/src/link/output.c index 18e2dac3..efdd2099 100644 --- a/src/link/output.c +++ b/src/link/output.c @@ -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;