[gnumeric] Fix type errors. [#606066]



commit cbc35e3b7ae574936b9d0036580b96eaf2fbab8e
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Mon Jan 4 22:32:56 2010 -0700

    Fix type errors. [#606066]
    
    2010-01-04 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/rangefunc.h (gnm_range_increasing): use the correctly typed function

 ChangeLog       |    4 ++++
 NEWS            |    1 +
 src/rangefunc.h |    2 +-
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c21dd64..4cb11c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-04 Andreas J. Guelzow <aguelzow pyrshep ca>
 
+	* src/rangefunc.h (gnm_range_increasing): use the correctly typed function
+
+2010-01-04 Andreas J. Guelzow <aguelzow pyrshep ca>
+
 	* src/gui-util.c (gnm_canvas_get_position): call 
 	  gdk_window_get_internal_paint_info only for gtk < 2.18
 	
diff --git a/NEWS b/NEWS
index b684c16..855ffb3 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ Andreas:
 	* Some updates to the Gnumeric manual.
 	* Fix tool tip position for recent gtk (2.18 or newer). [#605723]
 	* Fix NPV documentation. [#22381]
+	* Fix type errors. [#606066]
 
 Jean
 	* Fix import export of line type in scatter plots. [#605043]
diff --git a/src/rangefunc.h b/src/rangefunc.h
index f761df3..85efff5 100644
--- a/src/rangefunc.h
+++ b/src/rangefunc.h
@@ -30,7 +30,7 @@ G_BEGIN_DECLS
 #	define gnm_range_fractile_inter_sorted go_range_fractile_inter_sorted
 #	define gnm_range_median_inter go_range_median_inter
 #	define gnm_range_median_inter_sorted go_range_median_inter_sorted
-#       define gnm_range_increasing go_range_increasingl
+#       define gnm_range_increasing go_range_increasing
 #endif
 
 int gnm_range_count		(gnm_float const *xs, int n, gnm_float *res);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]