Index: trunk/archive/pslib/include/psFFT.h
===================================================================
--- trunk/archive/pslib/include/psFFT.h	(revision 671)
+++ trunk/archive/pslib/include/psFFT.h	(revision 704)
@@ -42,5 +42,5 @@
 psImage *
 psImageComplex(psImage *out,		///< Image for output (or NULL)
-	       const psImage *real)	///< real part of image
+	       const psImage *real,	///< real part of image
 	       const psImage *imag)	///< imaginary part of image
 ;
@@ -79,5 +79,5 @@
 psVector *
 psVectorComplex(psVector *out,		///< Vector for output (or NULL)
-	       const psVector *real)	///< real part of vector
+	       const psVector *real,	///< real part of vector
 	       const psVector *imag)	///< imaginary part of vector
 ;
