IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10290


Ignore:
Timestamp:
Nov 29, 2006, 12:41:02 PM (19 years ago)
Author:
Paul Price
Message:

Removing brackets around return value allow us to leave the return value blank for void functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadata.h

    r9736 r10290  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2006-10-25 00:16:33 $
     13*  @version $Revision: 1.93 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2006-11-29 22:41:02 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    11961196            "Error: Metadata %s or one of its components is NULL.", \
    11971197            #NAME); \
    1198     return(RVAL); \
     1198    return RVAL; \
    11991199}
    12001200
Note: See TracChangeset for help on using the changeset viewer.