Ignore:
Timestamp:
Jun 5, 2002, 12:24:01 PM (23 years ago)
Author:
umoeller
Message:

Removed animouseptr, some more fixes.

File:
1 edited

Legend:

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

    r167 r169  
    27032703    }
    27042704
    2705     return (NULL);
     2705    return NULL;
    27062706}
    27072707
     
    27372737    }
    27382738
    2739     return (NULL);
     2739    return NULL;
    27402740}
    27412741
     
    27602760    }
    27612761
    2762     return (NULL);
     2762    return NULL;
    27632763}
    27642764
     
    28222822    }
    28232823
    2824     return (NULL);
     2824    return NULL;
    28252825}
    28262826
     
    29042904        return (pAttrNode->pstrNodeValue);
    29052905
    2906     return (NULL);
     2906    return NULL;
    29072907}
    29082908
     
    29712971 *@@ WriteNodes:
    29722972 *      internal helper for writing out the nodes.
     2973 *      This recurses.
    29732974 *
    29742975 *@@added V0.9.12 (2001-05-21) [umoeller]
Note: See TracChangeset for help on using the changeset viewer.