Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8766a77

Browse files
committed
Comment out a label on an #endif.
1 parent fb376de commit 8766a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ check_case(char *buf, int len, int namelen, char *name)
10691069
}
10701070
#endif
10711071

1072-
#endif CHECK_IMPORT_CASE
1072+
#endif /* CHECK_IMPORT_CASE */
10731073

10741074
#ifdef HAVE_STAT
10751075
/* Helper to look for __init__.py or __init__.py[co] in potential package */

0 commit comments

Comments
 (0)