From 30d1b223c89e88145a670f9e6ffa9aaf20bc2db5 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 5 Mar 2007 05:03:28 +0000 Subject: [PATCH] (svn r9015) -Fix NL at EOF --- src/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string.cpp b/src/string.cpp index d5c499d0af..b5957622e7 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 +}