From 8766a7797e4092aac751e08ac4356072755a2c7b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 10 Apr 1998 23:44:32 +0000 Subject: [PATCH] Comment out a label on an #endif. --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/import.c b/Python/import.c index c9cc9de9c9..6eb794f298 100644 --- a/Python/import.c +++ b/Python/import.c @@ -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 */ -- 2.50.1