Commit 5819aa8b authored by Tim Peters's avatar Tim Peters

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

parent 430f5d40
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment