* xcoffread.c (process_linenos): Fix typo in last change.
authorJeff Law <law@redhat.com>
Fri, 4 Aug 1995 20:40:44 +0000 (20:40 +0000)
committerJeff Law <law@redhat.com>
Fri, 4 Aug 1995 20:40:44 +0000 (20:40 +0000)
gdb/xcoffread.c

index b2f0ec17512fec06bdcfaf64ffeccac16da217f5..fda43e2ddeb6b67a42988781d95865a15b6c7e5f 100644 (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;
        }