Index: trunk/psLib/src/imageops/psImageInterpolate.c
===================================================================
--- trunk/psLib/src/imageops/psImageInterpolate.c	(revision 18299)
+++ trunk/psLib/src/imageops/psImageInterpolate.c	(revision 18300)
@@ -7,6 +7,6 @@
  *  @author Paul Price, IfA
  *
- *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-06-24 02:03:02 $
+ *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-06-24 02:04:55 $
  *
  *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -394,5 +394,5 @@
             norm4 += values[i] = norm1 * sin(pos * norm2) * sin(pos * norm3) / PS_SQR(pos);
         }
-        norm4 = 1.0 / norm4
+        norm4 = 1.0 / norm4;
         for (int i = 0; i < num; i++) {
             values[i] *= norm4;
