[Python-checkins] python/dist/src/Modules _tkinter.c,1.144,1.145

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 04 Jan 2003 00:55:01 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv10964

Modified Files:
	_tkinter.c 
Log Message:
Fix typo.


Index: _tkinter.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_tkinter.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** _tkinter.c	4 Jan 2003 08:36:57 -0000	1.144
--- _tkinter.c	4 Jan 2003 08:54:59 -0000	1.145
***************
*** 44,48 ****
  
  #ifndef PyMODINIT_FUNC
! #define PyPyMODINIT_FUNC void
  #endif
  
--- 44,48 ----
  
  #ifndef PyMODINIT_FUNC
! #define PyMODINIT_FUNC void
  #endif