Update of /cvsroot/gaim/gaim/src/protocols/icq
In directory usw-pr-cvs1:/tmp/cvs-serv9001/src/protocols/icq
Modified Files:
stdpackets.c
Log Message:
no //
Index: stdpackets.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/icq/stdpackets.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stdpackets.c 2001/07/31 01:00:38 1.1
+++ stdpackets.c 2001/09/28 23:45:19 1.2
@@ -104,7 +104,7 @@
icq_Packet *p=icq_TCPCreateStdPacket(
plink,
ICQ_TCP_MESSAGE,
- statusMode, //one of the icq_tcp_msg_read... constants
+ statusMode, /* one of the icq_tcp_msg_read... constants */
"",
0, /* status */
0);
|