Sadrul pointed out that I'm less than bright today and let a // comment slip in.

Sun, 07 Dec 2008 02:36:57 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sun, 07 Dec 2008 02:36:57 +0000
changeset 25085
1f1e715da7b9
parent 25083
f90cdb700975
child 25086
fb94ee60a4f2
child 25129
476e928f6127

Sadrul pointed out that I'm less than bright today and let a // comment slip in.

libpurple/protocols/zephyr/zephyr.c file | annotate | diff | comparison | revisions
--- 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);
 			}

mercurial