IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2012, 6:59:29 PM (14 years ago)
Author:
bills
Message:

The compiler at MPIA (4.1.2) was unhappy with passing an argument to a function
that "didn't have a real prototype". Changed code to match implementation
ppMopsDetections *ppMopsDetectionsAlloc(void)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMopsDetections.c

    r32406 r34824  
    2323}
    2424
    25 ppMopsDetections *ppMopsDetectionsAlloc()
     25ppMopsDetections *ppMopsDetectionsAlloc(void)
    2626{
    2727    ppMopsDetections *det = psAlloc(sizeof(ppMopsDetections)); // Detections, to return
Note: See TracChangeset for help on using the changeset viewer.