IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21377


Ignore:
Timestamp:
Feb 6, 2009, 9:17:46 AM (17 years ago)
Author:
Paul Price
Message:

Fixing return type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackThread.c

    r21366 r21377  
    8383            psError(PS_ERR_UNKNOWN, false, "Unable to open convolved files %s, %s, %s",
    8484                    (char*)imageNames->data[i], (char*)maskNames->data[i], (char*)varianceNames->data[i]);
    85             return false;
     85            return NULL;
    8686        }
    8787    }
Note: See TracChangeset for help on using the changeset viewer.