Index: /branches/eam_branches/ipp-20111122/Ohana/src/getstar/src/dvoImagesAtCoords.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/getstar/src/dvoImagesAtCoords.c	(revision 33638)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/getstar/src/dvoImagesAtCoords.c	(revision 33639)
@@ -158,5 +158,5 @@
         }
         if  (copy) {
-            free(copy);
+	  free(copy);
         }
     }
Index: /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/dvo_util.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/dvo_util.c	(revision 33638)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/dvo_util.c	(revision 33639)
@@ -276,5 +276,5 @@
   FREE(detections);
 
-  if (NInvalidDetID) fprintf (stderr, "ERROR: Encountered %ld invalid detection IDs\n", NInvalidDetID);
+  if (NInvalidDetID) fprintf (stderr, "ERROR: Encountered %zx invalid detection IDs\n", NInvalidDetID);
 
   return (Ndetect);
