Removed a spurious }. (How did it get there in the first place??)

This commit is contained in:
Jack Jansen 2002-02-11 16:21:00 +00:00
parent 005dbb219e
commit 58e7a68dea
1 changed files with 0 additions and 2 deletions

View File

@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
}
#endif
p = (dl_funcptr)NSAddressOfSymbol(theSym);
}
return p;
}