Clean up a comment that didn't make sense any more

Thu, 18 Jan 2018 19:56:00 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 18 Jan 2018 19:56:00 -0600
changeset 38855
efb399171679
parent 38854
086e15ec656d
child 38856
0b799504db33

Clean up a comment that didn't make sense any more

libpurple/protocols/jabber/parser.c file | annotate | diff | comparison | revisions
--- 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