shithub: rgbds

Download patch

ref: 0e67298dffd2bf338e22f6a40bbc768804ffd8f9
parent: f6d218ed36a01e8c99d68db760aadacab73b73a4
author: rlewicki <contact@rlewicki.tech>
date: Tue Oct 25 19:37:09 EDT 2022

Fix indention when writing EMPTY label inside link output.c file

--- a/src/link/output.c
+++ b/src/link/output.c
@@ -482,7 +482,7 @@
 	writeEmptySpace(prevEndAddr, bankEndAddr);
 
 	if (used == 0) {
-		fputs("  EMPTY\n\n", mapFile);
+		fputs("\tEMPTY\n\n", mapFile);
 	} else {
 		uint16_t slack = sectionTypeInfo[type].size - used;