1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

Changed a comment

git-svn-id: svn://svn.cc65.org/cc65/trunk@4777 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2010-08-01 13:48:32 +00:00
parent 031ae666e3
commit 83e5252785

View File

@ -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;