* xcoffread.c (process_linenos): Fix typo in last change.
This commit is contained in:
parent
d1307e4965
commit
d2fee216f6
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ process_linenos (start, end)
|
|||
enter_line_range (tmpSubfile, inclTable[ii].begin,
|
||||
inclTable[ii].end, start, 0, firstLine);
|
||||
|
||||
if (offset < = inclTable[ii].end)
|
||||
if (offset <= inclTable[ii].end)
|
||||
offset = inclTable[ii].end + LINESZ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue