summaryrefslogtreecommitdiff
path: root/src/string.cpp
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-03-05 05:03:28 +0000
committertron <tron@openttd.org>2007-03-05 05:03:28 +0000
commit30d1b223c89e88145a670f9e6ffa9aaf20bc2db5 (patch)
tree449f9e0674dbc5b0989ecb95f53b4938a5b3aae9 /src/string.cpp
parent8b597bc0001e5698e8fb65dba9090a5a135a74dd (diff)
downloadopenttd-30d1b223c89e88145a670f9e6ffa9aaf20bc2db5.tar.xz
(svn r9015) -Fix
NL at EOF
Diffstat (limited to 'src/string.cpp')
-rw-r--r--src/string.cpp2
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
+}