Index: trunk/psLib/src/math/psHistogram.c
===================================================================
--- trunk/psLib/src/math/psHistogram.c	(revision 10999)
+++ trunk/psLib/src/math/psHistogram.c	(revision 11674)
@@ -5,6 +5,6 @@
  *  @author GLG (MHPCC), EAM (IfA)
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-09 22:38:53 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-07 01:15:49 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -127,5 +127,5 @@
 static void histogramFree(psHistogram* myHist)
 {
-    psFree(myHist->bounds);
+    psFree((void *)myHist->bounds);
     psFree(myHist->nums);
 }
