diff options
author | tron <tron@openttd.org> | 2007-03-05 05:03:28 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2007-03-05 05:03:28 +0000 |
commit | 30d1b223c89e88145a670f9e6ffa9aaf20bc2db5 (patch) | |
tree | 449f9e0674dbc5b0989ecb95f53b4938a5b3aae9 | |
parent | 8b597bc0001e5698e8fb65dba9090a5a135a74dd (diff) | |
download | openttd-30d1b223c89e88145a670f9e6ffa9aaf20bc2db5.tar.xz |
(svn r9015) -Fix
NL at EOF
-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 +} |