Fix compiler warnings
[pspp] / src / libpspp / temp-file.c
index 0391ec9c01f91ff1f3384e293c2d9b41102dabc0..9d3c392659753043667af822b9bbfe7bd3e1b0f0 100644 (file)
@@ -55,7 +55,7 @@ static void
 cleanup (void)
 {
   struct hmapx_node *node;
-  const char *fn;
+  char *fn;
 
   cleanup_temp_dir (temp_dir);