diff options
-rw-r--r-- | src/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.cpp b/src/string.cpp index d5c499d0a..b5957622e 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -293,4 +293,4 @@ size_t Utf8TrimString(char *s, size_t maxlen) *s = '\0'; return length; -}
\ No newline at end of file +} |