Mercurial > pidgin.yaz
changeset 17578:460b4bf797e7
Minor syntactic sugar.
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Fri, 15 Jun 2007 11:00:46 +0000 |
parents | 2e41e74dabd0 |
children | af833a3204bb |
files | libpurple/protocols/jabber/usermood.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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",