Index: trunk/psLib/src/imageops/psImageConvolve.c
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.c	(revision 11703)
+++ trunk/psLib/src/imageops/psImageConvolve.c	(revision 11704)
@@ -7,6 +7,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-02-08 04:17:58 $
+/// @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2007-02-08 04:23:57 $
 ///
 /// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -231,5 +231,5 @@
         SPATIAL_CONVOLVE_CASE(F64);
       default:
-        psAbort(PS_FILE_LINE, "Should never get here: bad type that was asserted on previously.");
+        psAbort("Should never get here: bad type that was asserted on previously.");
     }
 
