clear trailing spaces in src/strutil.c

This commit is contained in:
Ilia Maslakov 2009-04-09 10:29:00 +00:00
parent 8725fa60a8
commit b617640aab

View File

@ -129,6 +129,7 @@ str_get_buffer ()
return result;
}
void
str_release_buffer (struct str_buffer *buffer)
{
@ -159,6 +160,7 @@ static int
_str_convert (str_conv_t coder, char *string, struct str_buffer *buffer)
{
int state;
size_t left;
size_t nconv;