From 3f2af997888b0effbe80f2142db90ce22a0b6a3d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 6 Dec 2000 18:50:26 +0000 Subject: Fixed some warnings. 2000-12-06 Christopher James Lahey * gal/util/e-util.c, gal/widgets/e-font.c: Fixed some warnings. svn path=/trunk/; revision=6818 --- e-util/e-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e-util/e-util.c b/e-util/e-util.c index 9cc1b40b0a..ede1b3c8ab 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -504,7 +504,7 @@ gchar * e_strstrcase (const gchar *haystack, const gchar *needle) { /* find the needle in the haystack neglecting case */ - gchar *ptr; + const gchar *ptr; guint len; g_return_val_if_fail (haystack != NULL, NULL); -- cgit v1.2.3