* xcoffread.c (process_linenos): Fix typo in last change.

This commit is contained in:
Jeff Law 1995-08-04 20:40:44 +00:00
parent d1307e4965
commit d2fee216f6
1 changed files with 1 additions and 1 deletions

View File

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