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/deleteobject.tt

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