]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Comment out a label on an #endif.
authorGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 23:44:32 +0000 (23:44 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 23:44:32 +0000 (23:44 +0000)
Python/import.c

index c9cc9de9c9b4b1e81c170ce3424697d44eb76c90..6eb794f2980f72b0e3c985b0e4eb289f84126a68 100644 (file)
@@ -1069,7 +1069,7 @@ check_case(char *buf, int len, int namelen, char *name)
 }
 #endif
 
-#endif CHECK_IMPORT_CASE
+#endif /* CHECK_IMPORT_CASE */
 
 #ifdef HAVE_STAT
 /* Helper to look for __init__.py or __init__.py[co] in potential package */