IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 3:44:54 PM (19 years ago)
Author:
jhoblitt
Message:

add missing ';'s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/deleterowobjects.tt

    r6160 r11678  
    77        psMetadata *where = [% table.namespace %]MetadataFromObject(object);
    88        long long count = psDBDeleteRows(dbh, [% table.namespace FILTER upper %]_TABLE_NAME, where, limit);
    9         psFree(where)
     9        psFree(where);
    1010        if (count < 0) {
    1111            psError(PS_ERR_UNKNOWN, true, "failed to delete row from [% table.namespace %]");
Note: See TracChangeset for help on using the changeset viewer.