1
0
Fork 0

(svn r9015) -Fix

NL at EOF
release/0.6
tron 2007-03-05 05:03:28 +00:00
parent 89d03d004a
commit e092b2d8c7
1 changed files with 1 additions and 1 deletions

View File

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