Index: trunk/psphot/src/psphotCleanup.c
===================================================================
--- trunk/psphot/src/psphotCleanup.c	(revision 23486)
+++ trunk/psphot/src/psphotCleanup.c	(revision 23487)
@@ -18,10 +18,10 @@
 }
 
-psExit psphotGetExitStatus () {
+psExit psphotGetExitStatus (void) {
 
     psErrorCode err = psErrorCodeLast ();
     switch (err) {
       case PS_ERR_NONE:
-	return PS_EXIT_SUCCESS;
+        return PS_EXIT_SUCCESS;
       case PSPHOT_ERR_SYS:
         return PS_EXIT_SYS_ERROR;
Index: trunk/psphot/src/psphotDetect.h
===================================================================
--- trunk/psphot/src/psphotDetect.h	(revision 23486)
+++ trunk/psphot/src/psphotDetect.h	(revision 23487)
@@ -19,5 +19,5 @@
 bool        psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile);
 void        psphotCleanup (pmConfig *config);
-psExit      psphotGetExitStatus ();
+psExit      psphotGetExitStatus (void);
 
 #endif
Index: trunk/psphot/src/psphotStandAlone.h
===================================================================
--- trunk/psphot/src/psphotStandAlone.h	(revision 23486)
+++ trunk/psphot/src/psphotStandAlone.h	(revision 23487)
@@ -17,5 +17,5 @@
 bool            psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile);
 void            psphotCleanup (pmConfig *config);
-psExit          psphotGetExitStatus ();
+psExit          psphotGetExitStatus (void);
 
 #endif
