comparison libpurple/protocols/jabber/usermood.c @ 17578:460b4bf797e7

Minor syntactic sugar.
author Andreas Monitzer <pidgin@monitzer.com>
date Fri, 15 Jun 2007 11:00:46 +0000
parents 2e41e74dabd0
children af833a3204bb
comparison
equal deleted inserted replaced
17577:2e41e74dabd0 17578:460b4bf797e7
24 #include <assert.h> 24 #include <assert.h>
25 #include <string.h> 25 #include <string.h>
26 #include "internal.h" 26 #include "internal.h"
27 #include "request.h" 27 #include "request.h"
28 28
29 static char *moodstrings[] = { 29 static const char *moodstrings[] = {
30 "afraid", 30 "afraid",
31 "amazed", 31 "amazed",
32 "angry", 32 "angry",
33 "annoyed", 33 "annoyed",
34 "anxious", 34 "anxious",