Removed a spurious }. (How did it get there in the first place??)
This commit is contained in:
parent
005dbb219e
commit
58e7a68dea
|
@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
|
|||
}
|
||||
#endif
|
||||
p = (dl_funcptr)NSAddressOfSymbol(theSym);
|
||||
}
|
||||
|
||||
return p;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue