mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Wouldn't compile on Windows; fixed.
This commit is contained in:
parent
8bb80dbe10
commit
1ea93f2b1d
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ zipimporter_get_data(PyObject *obj, PyObject *args)
|
|||
ZipImporter *self = (ZipImporter *)obj;
|
||||
char *path;
|
||||
#ifdef ALTSEP
|
||||
char *p, buf[MAXPATHLEN + 1];;
|
||||
char *p, buf[MAXPATHLEN + 1];
|
||||
#endif
|
||||
PyObject *toc_entry;
|
||||
int len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue