mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Cleanup: Removed bad \n
This commit is contained in:
parent
b0f0478655
commit
df9af991c5
@ -136,7 +136,7 @@ static inline void print_extract(resourcematch_extract_t *extract)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
ctest_diagnostic_printf(" Extract with %zu groups:\n", extract->groups);
|
||||
ctest_diagnostic_printf(" Extract with %zu groups:", extract->groups);
|
||||
|
||||
for (i = 0; i < extract->groups; i++) {
|
||||
print_extract_group(extract, i);
|
||||
|
Loading…
Reference in New Issue
Block a user