mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -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…
x
Reference in New Issue
Block a user