libpurple/smiley.c

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 37066
1ebce1f4993b
parent 35470
8ee08a41f2f3
child 37133
832cd077145e
--- 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*) */

mercurial