IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 3:51:38 AM (16 years ago)
Author:
Paul Price
Message:

Fix syntax errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackMatch.c

    r26305 r26306  
    7373    psString name = NULL;               // Output name
    7474    psStringAppend(&name, "%s_%d.sources", root, number);
    75     FILE file = fopen(name, "w");       // File to write
     75    FILE *file = fopen(name, "w");      // File to write
    7676    psFree(name);
    7777    for (int i = 0; i < sources->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.