aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-bconf-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-bconf-map.c')
-rw-r--r--e-util/e-bconf-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-bconf-map.c b/e-util/e-bconf-map.c
index 6b6f16d4cf..d0bd526715 100644
--- a/e-util/e-bconf-map.c
+++ b/e-util/e-bconf-map.c
@@ -54,7 +54,7 @@ static gchar hexnib[256] = {
gchar *
e_bconf_hex_decode (const gchar *val)
{
- const guchar *p = (const guchar *) val;
+ const guchar *p;
gchar *o, *res;
o = res = g_malloc (strlen (val) / 2 + 1);