IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2007, 1:36:04 PM (19 years ago)
Author:
jhoblitt
Message:

missing semicolons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r11702 r11713  
    345345
    346346        psString whereClause = psDBGenerateWhereConditionSQL(config->where, "p2PendingImfile");
    347         psFree(where)
     347        psFree(where);
    348348        if (whereClause) {
    349349            psStringAppend(&query, " AND %s", whereClause);
Note: See TracChangeset for help on using the changeset viewer.