summaryrefslogtreecommitdiff
path: root/src/string_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-07-16 18:43:22 +0000
committeralberth <alberth@openttd.org>2011-07-16 18:43:22 +0000
commitd55b380b695c184a6bfc99790f8ff738c84867cc (patch)
treec9f0dac6c86a885ba071d9497071083327e43620 /src/string_func.h
parent20c2b5fdde6f3f70dc0a955ef803b8a0fa21e0e5 (diff)
downloadopenttd-d55b380b695c184a6bfc99790f8ff738c84867cc.tar.xz
(svn r22669) -Codechange: For non-windows, only test for file existence again if strtolower actually changed the name.
Diffstat (limited to 'src/string_func.h')
-rw-r--r--src/string_func.h2
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);