aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-unicode.c')
-rw-r--r--widgets/misc/e-unicode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c
index cf3f0dcfd9..7281404088 100644
--- a/widgets/misc/e-unicode.c
+++ b/widgets/misc/e-unicode.c
@@ -49,7 +49,7 @@ e_unicode_init (void)
const gchar *
e_utf8_strstrcasedecomp (const gchar *haystack, const gchar *needle)
{
- unicode_char_t *huni, *nuni;
+ unicode_char_t *nuni;
unicode_char_t unival;
gint nlen;
const guchar *o, *p;
@@ -104,7 +104,7 @@ e_utf8_strstrcasedecomp (const gchar *haystack, const gchar *needle)
const gchar *
e_utf8_strstrcase (const gchar *haystack, const gchar *needle)
{
- unicode_char_t *huni, *nuni;
+ unicode_char_t *nuni;
unicode_char_t unival;
gint nlen;
const guchar *o, *p;