mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +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
|
#endif
|
||||||
p = (dl_funcptr)NSAddressOfSymbol(theSym);
|
p = (dl_funcptr)NSAddressOfSymbol(theSym);
|
||||||
}
|
|
||||||
|
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue