From e092b2d8c7514cc65887dd8d149bedd06ce73699 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 5 Mar 2007 05:03:28 +0000 Subject: (svn r9015) -Fix NL at EOF --- src/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.cpp') 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 +} -- cgit v1.2.3-54-g00ecf