diff src/protocols/simple/sipmsg.h @ 11829:4669e7461968

[gaim-migrate @ 14120] Regular comment changes. I'm sorry to force a big recompilation. It had to be done at some point, though, and I've tried to do this all in one day. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 26 Oct 2005 00:34:26 +0000
parents e5bbe5070e04
children d594f0466585
line wrap: on
line diff
--- a/src/protocols/simple/sipmsg.h	Wed Oct 26 00:33:21 2005 +0000
+++ b/src/protocols/simple/sipmsg.h	Wed Oct 26 00:34:26 2005 +0000
@@ -26,7 +26,7 @@
 #include <glib.h>
 
 struct sipmsg {
-	int response; // 0 means request, otherwise response code
+	int response; /* 0 means request, otherwise response code */
 	gchar *method;
 	gchar *target;
 	GSList *headers;