Wouldn't compile on Windows; fixed.

This commit is contained in:
Tim Peters 2002-12-30 22:42:57 +00:00
parent 8bb80dbe10
commit 1ea93f2b1d
1 changed files with 1 additions and 1 deletions

View File

@ -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;