From 83e52527859ce8fa30984d6c4c264d40c93c711a Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 1 Aug 2010 13:48:32 +0000 Subject: [PATCH] Changed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@4777 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ld65/segments.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;