X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp_command.c;h=0662ff514d6c07822ceba7bbd878f27f9d01dcae;hb=0599397db270dd839021ca4151fcf4a909756627;hp=04701d4d14f089ac6e73af9d03b6862a349b7179;hpb=41254acc733dbd958295696f87ccb10631a9e9df;p=pazpar2-moved-to-github.git diff --git a/src/http_command.c b/src/http_command.c index 04701d4..0662ff5 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -534,7 +534,7 @@ static void termlist_response(struct http_channel *c) static void termlist_result_ready(void *data) { - struct http_channel *c = (struct http_channel) data; + struct http_channel *c = (struct http_channel *) data; yaz_log(c->http_sessions->log_level, "termlist watch released"); termlist_response(c); }