Fix typo in import.c

This commit is contained in:
Victor Stinner 2011-10-11 22:27:13 +02:00
parent 577db2c9f0
commit 8c9818980b

View file

@ -2283,7 +2283,7 @@ case_ok(PyObject *filename, Py_ssize_t prefix_delta, PyObject *name)
HANDLE h;
int cmp;
wchar_t *wname;
Py_ssizet wname_len;
Py_ssize_t wname_len;
if (Py_GETENV("PYTHONCASEOK") != NULL)
return 1;