# HG changeset patch # User Andreas Monitzer # Date 1181905246 0 # Node ID 460b4bf797e7e6bcdf0f2237a28e53462fae8bd9 # Parent 2e41e74dabd0b37b8432ef8f3d5e3768a9b6b3c3 Minor syntactic sugar. diff -r 2e41e74dabd0 -r 460b4bf797e7 libpurple/protocols/jabber/usermood.c --- a/libpurple/protocols/jabber/usermood.c Fri Jun 15 07:44:05 2007 +0000 +++ b/libpurple/protocols/jabber/usermood.c Fri Jun 15 11:00:46 2007 +0000 @@ -26,7 +26,7 @@ #include "internal.h" #include "request.h" -static char *moodstrings[] = { +static const char *moodstrings[] = { "afraid", "amazed", "angry",