Skip to content

Commit 6cb0109

Browse files
committed
Fix typo.
1 parent b9e8dcf commit 6cb0109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/dynload_win.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
165165
dl_funcptr p;
166166
char funcname[258], *import_python;
167167

168-
PyOS_snprintf(funcname, sizeof(funcname), "PyInit_init%.200s", shortname);
168+
PyOS_snprintf(funcname, sizeof(funcname), "PyInit_%.200s", shortname);
169169

170170
{
171171
HINSTANCE hDLL = NULL;

0 commit comments

Comments
 (0)