Wouldn't compile on Windows; fixed.
This commit is contained in:
parent
8bb80dbe10
commit
1ea93f2b1d
|
@ -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…
Reference in New Issue