mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-06-30 22:18:27 -04: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_len--;
|
||||||
}
|
}
|
||||||
*out_p++ = '\'';
|
*out_p++ = '\'';
|
||||||
out_len--;
|
|
||||||
|
|
||||||
return (out);
|
return (out);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user