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/linklist.c

    r164 r167  
    233233        }
    234234
    235     return (brc);
     235    return brc;
    236236}
    237237
     
    348348        }
    349349
    350     return (brc);
     350    return brc;
    351351}
    352352
     
    10061006    }
    10071007
    1008     return (brc);
     1008    return brc;
    10091009}
    10101010
     
    10601060        }
    10611061
    1062     return (brc);
     1062    return brc;
    10631063}
    10641064
Note: See TracChangeset for help on using the changeset viewer.