Remove extra close curly in code #ifdef'ed out on my box.

This commit is contained in:
Tim Peters 2001-03-01 02:20:01 +00:00
parent 430f5d401d
commit 5819aa8b32
1 changed files with 0 additions and 1 deletions

View File

@ -1141,7 +1141,6 @@ case_ok(char *buf, int len, int namelen, char *name)
}
(void)closedir(dirp);
return 0 ; /* Not found */
}
/* assuming it's a case-sensitive filesystem, so there's nothing to do! */
#else