Index: trunk/psModules/src/camera/pmFPAfileIO.c
===================================================================
--- trunk/psModules/src/camera/pmFPAfileIO.c	(revision 12810)
+++ trunk/psModules/src/camera/pmFPAfileIO.c	(revision 12832)
@@ -498,10 +498,10 @@
       case PM_FPA_FILE_CMF:
         psTrace ("psModules.camera", 5, "NOT freeing %s (%s) : save for further analysis\n", file->filename, file->name);
-	return true;
+        return true;
       case PM_FPA_FILE_PSF:
       case PM_FPA_FILE_JPEG:
       case PM_FPA_FILE_KAPA:
         psTrace ("psModules.camera", 5, "nothing to free for %s (%s)\n", file->filename, file->name);
-	return true;
+        return true;
       default:
         psError(PS_ERR_IO, true, "warning: type mismatch; saw type %d", file->type);
@@ -719,6 +719,6 @@
     psMetadata *phu = psFitsReadHeader (NULL, file->fits);
     if (!file->format) {
-	// XXX do we need to read the recipe here?  these files are supplemental, and probably 
-	// do not need to re-load the recipes
+        // XXX do we need to read the recipe here?  these files are supplemental, and probably
+        // do not need to re-load the recipes
         file->format = pmConfigCameraFormatFromHeader (config, phu, false);
         if (!file->format) {
@@ -748,5 +748,5 @@
 
 // XXX this function is only called from pmFPAfileWrite
-bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config)
+bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, const pmConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(file, false);
