Mercurial > pidgin
changeset 26616:464dbfad4474
Constify the disco_type_mappings struct
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 18 Apr 2009 06:52:59 +0000 |
parents | 5149ecc8f456 |
children | 413006df9828 |
files | libpurple/protocols/jabber/disco.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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[] = {