From a361cff4042770c35b2ae9f5dcfb6153711d2c41 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 25 May 2009 23:17:51 -0400 Subject: Fix compiler warnings in shell. --- e-util/e-bconf-map.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'e-util/e-bconf-map.h') diff --git a/e-util/e-bconf-map.h b/e-util/e-bconf-map.h index 1d72119c8c..e6e16de6d4 100644 --- a/e-util/e-bconf-map.h +++ b/e-util/e-bconf-map.h @@ -83,13 +83,13 @@ enum { }; typedef struct { - char *from; - char *to; - int type; + const gchar *from; + const gchar *to; + gint type; } e_gconf_map_t; typedef struct { - char *root; + const gchar *root; e_gconf_map_t *map; } e_gconf_map_list_t; -- cgit v1.2.3