(svn r9015) -Fix

NL at EOF
This commit is contained in:
tron 2007-03-05 05:03:28 +00:00
parent 89d03d004a
commit e092b2d8c7

View File

@ -293,4 +293,4 @@ size_t Utf8TrimString(char *s, size_t maxlen)
*s = '\0';
return length;
}
}