From: uz Date: Sun, 1 Aug 2010 13:48:32 +0000 (+0000) Subject: Changed a comment X-Git-Tag: V2.13.3~674 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=83e52527859ce8fa30984d6c4c264d40c93c711a;p=cc65 Changed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@4777 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/segments.c b/src/ld65/segments.c index ca99e4403..249ef2817 100644 --- a/src/ld65/segments.c +++ b/src/ld65/segments.c @@ -287,7 +287,7 @@ Section* ReadSection (FILE* F, ObjData* O) } AddLineInfo (Frag, LI); - /* Read the additional line info and resolve it */ + /* Read additional line info and resolve it */ LineInfoIndex = ReadVar (F); if (LineInfoIndex) { --LineInfoIndex;