Index: branches/pap/ppStack/src/ppStackMatch.c
===================================================================
--- branches/pap/ppStack/src/ppStackMatch.c	(revision 26305)
+++ branches/pap/ppStack/src/ppStackMatch.c	(revision 26306)
@@ -73,5 +73,5 @@
     psString name = NULL;               // Output name
     psStringAppend(&name, "%s_%d.sources", root, number);
-    FILE file = fopen(name, "w");       // File to write
+    FILE *file = fopen(name, "w");      // File to write
     psFree(name);
     for (int i = 0; i < sources->n; i++) {
