mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Removed a spurious }. (How did it get there in the first place??)
This commit is contained in:
parent
005dbb219e
commit
58e7a68dea
1 changed files with 0 additions and 2 deletions
|
@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
|
|||
}
|
||||
#endif
|
||||
p = (dl_funcptr)NSAddressOfSymbol(theSym);
|
||||
}
|
||||
|
||||
return p;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue