shithub: rgbds

Download patch

ref: d29057e747ea96c9398e516ec76a0e141f0a3feb
parent: f1b74fa610990b5bbf89480647950911aaded0fe
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Aug 28 10:29:10 EDT 2022

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

--- a/src/link/output.c
+++ b/src/link/output.c
@@ -438,7 +438,7 @@
 	} 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");
 	}