[Python-checkins] CVS: python/dist/src/Python dynload_next.c,2.12,2.13

Jack Jansen jackjansen@users.sourceforge.net
Mon, 11 Feb 2002 08:21:02 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv4119

Modified Files:
	dynload_next.c 
Log Message:
Removed a spurious }. (How did it get there in the first place??)


Index: dynload_next.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_next.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -d -r2.12 -r2.13
*** dynload_next.c	1 Feb 2002 22:24:56 -0000	2.12
--- dynload_next.c	11 Feb 2002 16:21:00 -0000	2.13
***************
*** 111,116 ****
  #endif
  	p = (dl_funcptr)NSAddressOfSymbol(theSym);
- }
- 
  	return p;
  }
--- 111,114 ----