IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18209 for trunk/psLib


Ignore:
Timestamp:
Jun 19, 2008, 4:50:27 PM (18 years ago)
Author:
eugene
Message:

added a missing return case

File:
1 edited

Legend:

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

    r17515 r18209  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.169 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2008-05-05 00:09:04 $
     14 *  @version $Revision: 1.170 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2008-06-20 02:50:27 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    770770                }
    771771                return true;
    772             }
     772            } else {
     773              // adding myself back to the list; this is a NOP
     774              return true;
     775            }
    773776        }
    774777
Note: See TracChangeset for help on using the changeset viewer.