--- 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. */