Index: trunk/ppImage/src/ppImage.c
===================================================================
--- trunk/ppImage/src/ppImage.c	(revision 7677)
+++ trunk/ppImage/src/ppImage.c	(revision 8675)
@@ -13,5 +13,5 @@
     pmConfig *config = ppImageArguments(argc, argv);
     if (config == NULL) {
-        psErrorStackPrint(stderr, "");
+        psErrorStackPrint(stderr, " ");
         exit(1);
     }
@@ -21,5 +21,5 @@
     ppImageOptions *options = ppImageParseCamera(config);
     if (options == NULL) {
-        psErrorStackPrint(stderr, "");
+        psErrorStackPrint(stderr, " ");
         exit(1);
     }
@@ -27,5 +27,5 @@
     // Image Arithmetic Loop
     if (!ppImageLoop(config, options)) {
-        psErrorStackPrint(stderr, "");
+        psErrorStackPrint(stderr, " ");
         exit(1);
     }
