Remove extra close curly in code #ifdef'ed out on my box.
This commit is contained in:
parent
430f5d401d
commit
5819aa8b32
@ -1141,7 +1141,6 @@ case_ok(char *buf, int len, int namelen, char *name)
|
|||||||
}
|
}
|
||||||
(void)closedir(dirp);
|
(void)closedir(dirp);
|
||||||
return 0 ; /* Not found */
|
return 0 ; /* Not found */
|
||||||
}
|
|
||||||
|
|
||||||
/* assuming it's a case-sensitive filesystem, so there's nothing to do! */
|
/* assuming it's a case-sensitive filesystem, so there's nothing to do! */
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user