From: Andy Green Date: Thu, 24 Oct 2013 13:47:06 +0000 (+0800) Subject: fix typo in NO_SERVER case X-Git-Tag: upstream/1.7.3~827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d15cf4a14e3b9d875133b5a947c07750f56d1e1;p=platform%2Fupstream%2Flibwebsockets.git fix typo in NO_SERVER case Reported-by: shyswork via github Signed-off-by: Andy Green --- 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; }