IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 3:58:59 PM (17 years ago)
Author:
Paul Price
Message:

Fixing compiler warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppSub/src/ppSub.c

    r23732 r23733  
    2828    psLibInit(NULL);
    2929
     30    ppSubData *data = NULL;             // Processing data
    3031    pmConfig *config = pmConfigRead(&argc, argv, PPSUB_RECIPE); // Configuration
    3132    if (!config) {
     
    4950    }
    5051
    51     ppSubData *data = ppSubDataAlloc(); // Processing data
     52    data = ppSubDataAlloc(); // Processing data
    5253
    5354    if (!ppSubArguments(argc, argv, config, data)) {
Note: See TracChangeset for help on using the changeset viewer.