From a3faa867baeb51bb55e04fb507aaa45038f760a5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 8 Jul 2010 11:56:13 +0100 Subject: Fix constness of various variables and parameters --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index fdc5b465d..c262c0a6f 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -57,7 +57,7 @@ /* Translation between presence types and string */ static struct { - gchar *name; + const gchar *name; TpConnectionPresenceType type; } presence_types[] = { { "available", TP_CONNECTION_PRESENCE_TYPE_AVAILABLE }, -- cgit v1.2.3