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

Skip to content

Commit 5819aa8

Browse files
committed
Remove extra close curly in code #ifdef'ed out on my box.
1 parent 430f5d4 commit 5819aa8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/import.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,6 @@ case_ok(char *buf, int len, int namelen, char *name)
11411141
}
11421142
(void)closedir(dirp);
11431143
return 0 ; /* Not found */
1144-
}
11451144

11461145
/* assuming it's a case-sensitive filesystem, so there's nothing to do! */
11471146
#else

0 commit comments

Comments
 (0)