diff options
Diffstat (limited to 'src/string_func.h')
-rw-r--r-- | src/string_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_func.h b/src/string_func.h index 1fb58b46a..6b86dccf5 100644 --- a/src/string_func.h +++ b/src/string_func.h @@ -41,7 +41,7 @@ char *CDECL str_fmt(const char *str, ...) WARN_FORMAT(1, 2); void str_validate(char *str, const char *last, bool allow_newlines = false, bool ignore = false); void str_strip_colours(char *str); -void strtolower(char *str); +bool strtolower(char *str); bool StrValid(const char *str, const char *last); |