Kaydet (Commit) 58e7a68d authored tarafından Jack Jansen's avatar Jack Jansen

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

üst 005dbb21
...@@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, ...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment