1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Remove stray space that managed to sneak in

This commit is contained in:
Thomas B. Ruecker 2015-03-01 17:11:31 +00:00
parent 671c2366cf
commit 99e11adac3

View File

@ -39,7 +39,7 @@
void admin_handle_request(client_t *client, const char *uri);
void admin_send_response(xmlDocPtr doc,
client_t *client,
client_t *client,
int response,
const char *xslt_template);