From: Greg King Date: Sun, 30 Nov 2014 05:51:09 +0000 (-0500) Subject: Clarified a segment error message. X-Git-Tag: V2.15~28^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F142%2Fhead;p=cc65 Clarified a segment error message. --- diff --git a/src/da65/infofile.c b/src/da65/infofile.c index 7d8e69384..e8ce66cf7 100644 --- a/src/da65/infofile.c +++ b/src/da65/infofile.c @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 2000-2011, Ullrich von Bassewitz */ +/* (C) 2000-2014, Ullrich von Bassewitz */ /* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ @@ -754,7 +754,7 @@ static void SegmentSection (void) /* Check that segments do not overlap */ if (SegmentDefined ((unsigned) Start, (unsigned) End)) { - InfoError ("Segments cannot overlap"); + InfoError ("Segments must not overlap"); } /* Remember the segment data */