diff libpurple/protocols/zephyr/zephyr.c @ 24612:1f9700b825a4

Sadrul pointed out that I'm less than bright today and let a // comment slip in.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 07 Dec 2008 02:36:57 +0000
parents a95356c17b5c
children d8452c0bec7b 367b3ddcf5c3
line wrap: on
line diff
--- a/libpurple/protocols/zephyr/zephyr.c	Sun Dec 07 02:12:00 2008 +0000
+++ b/libpurple/protocols/zephyr/zephyr.c	Sun Dec 07 02:36:57 2008 +0000
@@ -1673,7 +1673,7 @@
 
 			purple_debug_info("zephyr", "about to read from tzc\n");
 
-			if (waitpid(pid, NULL, WNOHANG) == 0) { // Only select if tzc is still running
+			if (waitpid(pid, NULL, WNOHANG) == 0) { /* Only select if tzc is still running */
 				purple_debug_info("zephyr", "about to read from tzc\n");
 				select_status = select(zephyr->fromtzc[ZEPHYR_FD_READ] + 1, &rfds, NULL, NULL, NULL);
 			}