1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-09 06:10:42 +00:00

Remove redundant decrement

This commit is contained in:
Moritz Grimm 2020-01-27 23:48:19 +01:00
parent d02e12dd7c
commit a86201290d

View File

@ -357,7 +357,6 @@ util_shellquote(const char *in, size_t outlen_max)
out_len--;
}
*out_p++ = '\'';
out_len--;
return (out);
}