--- a/libpurple/smiley.c Thu Feb 06 16:53:42 2014 +0530 +++ b/libpurple/smiley.c Thu Feb 06 20:02:57 2014 +0530 @@ -36,12 +36,12 @@ /**************************************************************************/ typedef struct { - PurpleStoredImage *img; /**< The id of the stored image with the - the smiley data. */ - char *shortcut; /**< Shortcut associated with the custom - smiley. This field will work as a - unique key by this API. */ - char *checksum; /**< The smiley checksum. */ + PurpleStoredImage *img; /* The id of the stored image with the + the smiley data. */ + char *shortcut; /* Shortcut associated with the custom + smiley. This field will work as a + unique key by this API. */ + char *checksum; /* The smiley checksum. */ } PurpleSmileyPrivate; static GHashTable *smiley_shortcut_index = NULL; /* shortcut (char *) => smiley (PurpleSmiley*) */