libpurple/connection.c

changeset 35097
0d6a2ff4f776
parent 35085
abab0adfa0ec
child 35130
2033f0755d68
child 36963
6cc39a95f75b
--- a/libpurple/connection.c	Fri Dec 06 00:04:30 2013 -0800
+++ b/libpurple/connection.c	Fri Dec 06 00:10:21 2013 -0800
@@ -65,9 +65,9 @@
 
 	GSList *active_chats;         /**< A list of active chats
 	                                  (#PurpleChatConversation structs). */
-	void *proto_data;             /**< Protocol-specific data.            
-	                                  TODO Remove this, and use
-	                                       protocol-specific subclasses  */
+
+	/* TODO Remove this and use protocol-specific subclasses. */
+	void *proto_data;             /**< Protocol-specific data.           */
 
 	char *display_name;           /**< How you appear to other people.   */
 	guint keepalive;              /**< Keep-alive.                       */

mercurial