aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs/cal-factory.c')
-rw-r--r--calendar/pcs/cal-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/cal-factory.c b/calendar/pcs/cal-factory.c
index a89f2fe9f4..a67f8b777f 100644
--- a/calendar/pcs/cal-factory.c
+++ b/calendar/pcs/cal-factory.c
@@ -785,7 +785,7 @@ static char *
str_tolower (const char *s)
{
char *str;
- char *p;
+ unsigned char *p;
str = g_strdup (s);
for (p = str; *p; p++)