diff src/histogram.c @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents bbed8e9a5d33
children 1646720364cf
line wrap: on
line diff
--- a/src/histogram.c	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/histogram.c	Tue Aug 26 22:22:51 2008 +0000
@@ -164,7 +164,7 @@
 	/* FIXME: use the coordinates correctly */
 	gint i;
 	gulong max = 0;
-	double logmax;
+	gdouble logmax;
 
 	if (!histogram) return 0;