From 8d15cf4a14e3b9d875133b5a947c07750f56d1e1 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 24 Oct 2013 21:47:06 +0800 Subject: [PATCH] fix typo in NO_SERVER case Reported-by: shyswork via github Signed-off-by: Andy Green --- lib/libwebsockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libwebsockets.c b/lib/libwebsockets.c index b759b39..b0f25fe 100644 --- a/lib/libwebsockets.c +++ b/lib/libwebsockets.c @@ -1539,7 +1539,7 @@ lws_latency(struct libwebsocket_context *context, struct libwebsocket *wsi, #ifdef LWS_NO_SERVER int -_libwebsocket_rx_flow_control(struct libswebsocket *wsi) +_libwebsocket_rx_flow_control(struct libwebsocket *wsi) { return 0; } -- 2.7.4