Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58e7a68

Browse files
committed
Removed a spurious }. (How did it get there in the first place??)
1 parent 005dbb2 commit 58e7a68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/dynload_next.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
110110
}
111111
#endif
112112
p = (dl_funcptr)NSAddressOfSymbol(theSym);
113-
}
114-
115113
return p;
116114
}

0 commit comments

Comments
 (0)