diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-02-11 16:21:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-02-11 16:21:00 (GMT) |
commit | 58e7a68dea2a877ef1d2498e68865ef00c46fe44 (patch) | |
tree | 5f67f890c615277503fc69b10cef989226fe4ee0 /Python | |
parent | 005dbb219eefb9907a4fb95d06d4e7f97d09e3a1 (diff) | |
download | cpython-58e7a68dea2a877ef1d2498e68865ef00c46fe44.zip cpython-58e7a68dea2a877ef1d2498e68865ef00c46fe44.tar.gz cpython-58e7a68dea2a877ef1d2498e68865ef00c46fe44.tar.bz2 |
Removed a spurious }. (How did it get there in the first place??)
Diffstat (limited to 'Python')
-rw-r--r-- | Python/dynload_next.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/dynload_next.c b/Python/dynload_next.c index 19a5da3..0b232f1 100644 --- a/Python/dynload_next.c +++ b/Python/dynload_next.c @@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, } #endif p = (dl_funcptr)NSAddressOfSymbol(theSym); -} - return p; } |