From 4457e33ec5862d35024c649ff307ac7a2ac43598 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 4 Nov 2011 13:17:53 +0100 Subject: [PATCH] re-add pointer cast --- src/http_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http_command.c b/src/http_command.c index 1d1f48a..3723fbe 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); } -- 1.7.10.4