Fix extraneous comma in error message

This commit is contained in:
ISSOtm
2019-11-04 01:20:23 +01:00
parent babf36e96e
commit a40d599cd7

View File

@@ -393,7 +393,7 @@ void assign_AssignSections(void)
/* Overlaying requires only fully-constrained sections */
verbosePrint("Assigning other sections...\n");
if (overlayFileName)
errx(1, "All sections must be fixed when using an overlay file; %u, %sn't",
errx(1, "All sections must be fixed when using an overlay file; %u %sn't",
nbSectionsToAssign, nbSectionsToAssign == 1 ? "is" : "are");
/* Assign all remaining sections by decreasing constraint order */