Mercurial > pidgin.yaz
changeset 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 | 9ffd54bf622a |
children | 531922f4ea2a efe41c4e0df0 42c88ceabf3f |
files | libpurple/protocols/zephyr/zephyr.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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); }