Index: trunk/psLib/src/image/psImageIO.c
===================================================================
--- trunk/psLib/src/image/psImageIO.c	(revision 1407)
+++ trunk/psLib/src/image/psImageIO.c	(revision 1440)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-07 00:06:06 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-09 23:34:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -22,5 +22,5 @@
 #include "psMemory.h"
 
-psImage *psImageReadSection(psImage * output,
+psImage* psImageReadSection(psImage* output,
                             int col,
                             int row,
@@ -199,5 +199,5 @@
 }
 
-bool psImageWriteSection(psImage * input, int col0, int row0, int z, char *extname, int extnum,
+bool psImageWriteSection(psImage* input, int col0, int row0, int z, char *extname, int extnum,
                          char *filename)
 {
