Index: trunk/ppImage/src/ppImageCleanup.c
===================================================================
--- trunk/ppImage/src/ppImageCleanup.c	(revision 8751)
+++ trunk/ppImage/src/ppImageCleanup.c	(revision 10210)
@@ -5,6 +5,6 @@
 # include "ppImage.h"
 
-void ppImageCleanup (pmConfig *config, ppImageOptions *options) {
-
+void ppImageCleanup (pmConfig *config, ppImageOptions *options)
+{
     // Free memory used by ppImage
     psFree(options);
@@ -19,6 +19,5 @@
     psLibFinalize();
 
-    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
-    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "ppImage");
+    fprintf (stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stderr, false), "ppImage");
 
     return;
