mirror of
https://github.com/cc65/cc65.git
synced 2025-02-06 12:31:12 +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:
parent
031ae666e3
commit
83e5252785
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user