diff libpurple/protocols/qq/send_file.c @ 16345:6b4e778ee4b4

Death to // comments.
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Apr 2007 17:19:11 +0000
parents 32c366eeeb99
children b8572b937c09
line wrap: on
line diff
--- a/libpurple/protocols/qq/send_file.c	Mon Apr 23 17:10:08 2007 +0000
+++ b/libpurple/protocols/qq/send_file.c	Mon Apr 23 17:19:11 2007 +0000
@@ -362,7 +362,7 @@
 	if (ioctl(fd, SIOCGIFCONF, (char *) &ifc) < 0) return 0;
 	intrface = ifc.ifc_len / sizeof(struct ifreq);
 	for (i = 0; i < intrface; i++) {
-		//buf[intrface].ifr_name
+		/* buf[intrface].ifr_name */
 		if (ioctl(fd, SIOCGIFADDR, (char *) &buf[i]) >= 0)
 		{
 			ret = (((struct sockaddr_in *)(&buf[i].ifr_addr))->sin_addr).s_addr;