summaryrefslogtreecommitdiffstats
path: root/Mac/Unsupported
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Unsupported')
-rw-r--r--Mac/Unsupported/mactcp/mactcpmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Unsupported/mactcp/mactcpmodule.c b/Mac/Unsupported/mactcp/mactcpmodule.c
index 81c1f0f..e7dc317 100644
--- a/Mac/Unsupported/mactcp/mactcpmodule.c
+++ b/Mac/Unsupported/mactcp/mactcpmodule.c
@@ -358,7 +358,7 @@ tcps_wait(self, args)
if (!newgetargs(args, ""))
return NULL;
while ( self->async_busy ) {
- if ( !PyMac_Idle() ) {
+ if ( PyMac_Idle() ) {
INCREF(None);
return None;
}