changeset 6218:937dd20781cd draft

(svn r9015) -Fix NL at EOF
author tron <tron@openttd.org>
date Mon, 05 Mar 2007 05:03:28 +0000
parents b794c2675c81
children 246a4090287a
files src/string.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/string.cpp
+++ b/src/string.cpp
@@ -293,4 +293,4 @@
 
 	*s = '\0';
 	return length;
-}
\ No newline at end of file
+}