]> granicus.if.org Git - python/commitdiff
Wouldn't compile on Windows; fixed.
authorTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 22:42:57 +0000 (22:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 22:42:57 +0000 (22:42 +0000)
Modules/zipimport.c

index 593c6e093d750f7a8b861ebba71ff8e826129c98..ec5a529e3e22c924fb5bdb563937f97ba069e223 100644 (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;