IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10891


Ignore:
Timestamp:
Jan 3, 2007, 11:45:54 AM (19 years ago)
Author:
jhoblitt
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psError.c

    r10890 r10891  
    1111 *  @author Eric Van Alst, MHPCC
    1212 *
    13  *  @version $Revision: 1.41.2.1 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-01-03 21:43:57 $
     13 *  @version $Revision: 1.41.2.2 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-03 21:45:54 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    288288{
    289289    psArray *errorStack = psErrorStackGetNoAlloc();
    290     // do nothing if there error stack has not been allocated
     290    // do nothing if the error stack has not been allocated
    291291    if (!errorStack) {
    292292        return;
Note: See TracChangeset for help on using the changeset viewer.