Ignore:
Timestamp:
Feb 3, 2002, 11:46:54 AM (24 years ago)
Author:
umoeller
Message:

Buncha fixes.

File:
1 edited

Legend:

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

    r132 r136  
    961961 *      sort function pfnSort, which works similar to those of the
    962962 *      container sorts, i.e. it must be declared as a
    963  +          SHORT fnSort(void* pItem1, void* pItem1, void* pStorage)
     963 +          SHORT fnSort(void* pItem1, void* pItem2, void* pStorage)
    964964 *
    965965 *      These sort functions need to return the following:
Note: See TracChangeset for help on using the changeset viewer.