Index: /branches/rel10_ifa/psModules/src/pslib/psImageJpeg.c
===================================================================
--- /branches/rel10_ifa/psModules/src/pslib/psImageJpeg.c	(revision 6560)
+++ /branches/rel10_ifa/psModules/src/pslib/psImageJpeg.c	(revision 6561)
@@ -32,5 +32,5 @@
 }
 
-psImageColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name)
+psImageJpegColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name)
 {
 
Index: /branches/rel10_ifa/psModules/src/pslib/psImageJpeg.h
===================================================================
--- /branches/rel10_ifa/psModules/src/pslib/psImageJpeg.h	(revision 6560)
+++ /branches/rel10_ifa/psModules/src/pslib/psImageJpeg.h	(revision 6561)
@@ -21,13 +21,12 @@
 
 // allocate a colormap (does not define the map values)
-psImageJpegColormap *psImageJpegColormapAlloc ()
-{
+psImageJpegColormap *psImageJpegColormapAlloc ();
 
-    // set the colormap values using the supplied name
-    psImageColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name) {
+// set the colormap values using the supplied name
+psImageJpegColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name);
 
-        // write out a JPEG file using the supplied image and colormap
-        // output goes to the specified filename
-        bool psImageJpeg (psImageJpegColormap *map, psImage *image, char *filename, float min, float max) {
+// write out a JPEG file using the supplied image and colormap
+// output goes to the specified filename
+bool psImageJpeg (psImageJpegColormap *map, psImage *image, char *filename, float min, float max);
 
-            # endif /* PS_IMAGE_JPEG_H */
+# endif /* PS_IMAGE_JPEG_H */
