Ignore:
Timestamp:
Jun 2, 2002, 8:20:24 PM (23 years ago)
Author:
umoeller
Message:

Rewrote winlist widget to use daemon.

File:
1 edited

Legend:

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

    r153 r167  
    751751            WinSendMsg(hwndCnr, CM_SORTRECORD, (MPARAM)pfnCnrSort, (MPARAM)NULL);
    752752
    753     return (brc);
     753    return brc;
    754754}
    755755
     
    12741274    }
    12751275
    1276     return (brc);
     1276    return brc;
    12771277}
    12781278
     
    15251525    }
    15261526
    1527     return (brc);
     1527    return brc;
    15281528}
    15291529
     
    18361836    }
    18371837
    1838     return (brc);
     1838    return brc;
    18391839}
    18401840
     
    21522152    }
    21532153
    2154     return (mrc);
     2154    return mrc;
    21552155}
    21562156
Note: See TracChangeset for help on using the changeset viewer.