X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8c69934299322c189e72259c2b31545c94697ea8..b957327c2a4337dc2219ae3ea5b05de8bed38f8f:/sbr/utils.c diff --git a/sbr/utils.c b/sbr/utils.c index 93ddc500..680db378 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -416,8 +416,8 @@ void trim_suffix_c(char *s, int c) } -/* ToLower runs all of s through tolower(3). */ -void ToLower(char *s) +/* to_lower runs all of s through tolower(3). */ +void to_lower(char *s) { unsigned char *b;