libpurple/protocols/jabber/parser.c

changeset 38855
efb399171679
parent 38854
086e15ec656d
child 40358
e6fe6fc1f516
--- a/libpurple/protocols/jabber/parser.c	Thu Jan 04 22:39:03 2018 -0600
+++ b/libpurple/protocols/jabber/parser.c	Thu Jan 18 19:56:00 2018 -0600
@@ -94,9 +94,9 @@
 		}
 
 		if (js->stream_id == NULL) {
-			/* Instead, let's make up a placeholder stream ID, which we need
-			 * to do because we flag on it being NULL as a special case
-			 * in this parsing code.
+			/* Let's make up a placeholder stream ID, which we need to do
+			 * because we flag on it being NULL as a special case in this
+			 * parsing code.
 			 */
 			js->stream_id = g_strdup("");
 			purple_debug_info("jabber", "Server failed to specify a stream "

mercurial