diff options
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index c9cc9de..6eb794f2 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 */ |