From d29057e747ea96c9398e516ec76a0e141f0a3feb Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 28 Aug 2022 14:29:10 -0400 Subject: [PATCH] Indent "SLACK:" to match the "SECTION" headers --- src/link/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/link/output.c b/src/link/output.c index 0e910f19..5848b4aa 100644 --- a/src/link/output.c +++ b/src/link/output.c @@ -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"); }