IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2007, 12:31:18 PM (19 years ago)
Author:
Paul Price
Message:

Missed a paren.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psAssert.h

    r12290 r12297  
    9797    psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
    9898            "Error: !(%s > %s) (%ld %ld).", \
    99             #NAME1, #NAME2,(long)(NAME1), long)(NAME2)); \
     99            #NAME1, #NAME2,(long)(NAME1), (long)(NAME2)); \
    100100    return(RVAL); \
    101101}
Note: See TracChangeset for help on using the changeset viewer.