]> granicus.if.org Git - python/commitdiff
Remove extra close curly in code #ifdef'ed out on my box.
authorTim Peters <tim.peters@gmail.com>
Thu, 1 Mar 2001 02:20:01 +0000 (02:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 1 Mar 2001 02:20:01 +0000 (02:20 +0000)
Python/import.c

index 236a68d6ba2cb90dc8d02341658ef1b63499654a..317e2c8d43ba76750657093b306b5fbea52c4f0b 100644 (file)
@@ -1141,7 +1141,6 @@ case_ok(char *buf, int len, int namelen, char *name)
        }
        (void)closedir(dirp);
        return 0 ; /* Not found */
-}
 
 /* assuming it's a case-sensitive filesystem, so there's nothing to do! */
 #else