[Python-checkins] python/dist/src/Mac/Modules/evt _Evtmodule.c, 1.6.2.2, 1.6.2.3

jhylton@users.sourceforge.net jhylton at users.sourceforge.net
Sun Oct 16 07:24:35 CEST 2005


Update of /cvsroot/python/python/dist/src/Mac/Modules/evt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27718/Mac/Modules/evt

Modified Files:
      Tag: ast-branch
	_Evtmodule.c 
Log Message:
Merge head to branch (for the last time)


Index: _Evtmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/evt/_Evtmodule.c,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- _Evtmodule.c	7 Jan 2005 07:01:23 -0000	1.6.2.2
+++ _Evtmodule.c	16 Oct 2005 05:24:02 -0000	1.6.2.3
@@ -455,7 +455,7 @@
 	                      &eventMask,
 	                      &sleep,
 	                      OptResObj_Convert, &mouseregion))
-		return NULL;
+	        return NULL;
 	_rv = WaitNextEvent(eventMask,
 	                    &theEvent,
 	                    sleep,



More information about the Python-checkins mailing list