diff libpurple/protocols/jabber/disco.c @ 26698:464dbfad4474

Constify the disco_type_mappings struct
author Paul Aurich <paul@darkrain42.org>
date Sat, 18 Apr 2009 06:52:59 +0000
parents 9fb8d8d9783a
children 413006df9828
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c	Sat Apr 18 06:52:34 2009 +0000
+++ b/libpurple/protocols/jabber/disco.c	Sat Apr 18 06:52:59 2009 +0000
@@ -635,7 +635,7 @@
 	return PURPLE_DISCO_SERVICE_TYPE_OTHER;
 }
 
-static struct {
+static const struct {
 	const char *from;
 	const char *to;
 } disco_type_mappings[] = {