mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
clear trailing spaces in src/strutil.c
This commit is contained in:
parent
8725fa60a8
commit
b617640aab
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user