Ignore:
Timestamp:
Jul 26, 2002, 11:17:06 PM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/linklist.c

    r167 r193  
    804804            // item to be removed is first: adjust first
    805805            pList->pFirst = pRemoveNode->pNext;     // can be NULL
     806
    806807        if (pList->pLast == pRemoveNode)
    807808            // item to be removed is last: adjust last
Note: See TracChangeset for help on using the changeset viewer.