mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
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
Block a user