mirror of
https://github.com/yrutschle/sslh.git
synced 2025-06-16 07:12:26 +03:00
spelling: other
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b1bfd5aee3
commit
877ef1d27c
@ -2876,9 +2876,9 @@ static void arg_file_resetfn(struct arg_file* parent) {
|
|||||||
static const char* arg_basename(const char* filename) {
|
static const char* arg_basename(const char* filename) {
|
||||||
const char *result = NULL, *result1, *result2;
|
const char *result = NULL, *result1, *result2;
|
||||||
|
|
||||||
/* Find the last occurrence of eother file separator character. */
|
/* Find the last occurrence of other file separator character. */
|
||||||
/* Two alternative file separator chars are supported as legal */
|
/* Two alternative file separator chars are supported as legal */
|
||||||
/* file separators but not both together in the same filename. */
|
/* file separators but not both together in the same filename. */
|
||||||
result1 = (filename ? strrchr(filename, FILESEPARATOR1) : NULL);
|
result1 = (filename ? strrchr(filename, FILESEPARATOR1) : NULL);
|
||||||
result2 = (filename ? strrchr(filename, FILESEPARATOR2) : NULL);
|
result2 = (filename ? strrchr(filename, FILESEPARATOR2) : NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user