mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Remove redundant decrement
This commit is contained in:
parent
d02e12dd7c
commit
a86201290d
@ -357,7 +357,6 @@ util_shellquote(const char *in, size_t outlen_max)
|
||||
out_len--;
|
||||
}
|
||||
*out_p++ = '\'';
|
||||
out_len--;
|
||||
|
||||
return (out);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user