From a40d599cd79610b3f731a9e167f4c6d4ba446183 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 4 Nov 2019 01:20:23 +0100 Subject: [PATCH] Fix extraneous comma in error message --- src/link/assign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/link/assign.c b/src/link/assign.c index ed549e31..7ee31558 100644 --- a/src/link/assign.c +++ b/src/link/assign.c @@ -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 */