From f1a83abdd8072b0f5672cb0594dc3818bff0e22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 13 Dec 2015 01:39:27 +0100 Subject: [PATCH] Fix compile warning --- json-rpc-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-rpc-shell.c b/json-rpc-shell.c index ce02642..d6c47ff 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -1271,7 +1271,7 @@ backend_ws_on_frame (void *user_data, const struct ws_parser *parser) } static void -backend_ws_on_connection_timeout (EV_P_ ev_io *handle, int revents) +backend_ws_on_connection_timeout (EV_P_ ev_timer *handle, int revents) { (void) loop; (void) revents;