diff -r 768de721115c -r 8ee08a41f2f3 pidgin/gtkthemes.h --- a/pidgin/gtkthemes.h Thu Feb 06 16:50:37 2014 +0530 +++ b/pidgin/gtkthemes.h Thu Feb 06 17:25:40 2014 +0530 @@ -31,7 +31,7 @@ struct smiley_list { char *sml; GSList *smileys; - GHashTable *files; /**< map from smiley shortcut to filename */ + GHashTable *files; /* map from smiley shortcut to filename */ struct smiley_list *next; };