IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 4:02:05 PM (21 years ago)
Author:
drobbin
Message:

changed psFreeFcn to psFreeFunc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/psXML.c

    r4209 r4392  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-06-10 18:09:12 $
     12*  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-25 02:02:05 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    358358
    359359        // Set memory deallocator
    360         psMemSetDeallocator(info,(psFreeFcn)parseLevelInfoFree);
     360        psMemSetDeallocator(info,(psFreeFunc)parseLevelInfoFree);
    361361    }
    362362    return info;
Note: See TracChangeset for help on using the changeset viewer.