summaryrefslogtreecommitdiff
path: root/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'string.h')
-rw-r--r--string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.h b/string.h
index c795b3336..d5f637719 100644
--- a/string.h
+++ b/string.h
@@ -43,7 +43,7 @@ typedef enum CharSetFilter {
CS_ALPHA, //! Only alphabetic values
} CharSetFilter;
-/** Convert the given string to lowercase */
+/** Convert the given string to lowercase, only works with ASCII! */
void strtolower(char *str);
typedef uint32 WChar;