1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

fix typo in NO_SERVER case

Reported-by: shyswork via github
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-10-24 21:47:06 +08:00
parent 8b2d6f0ee7
commit 8d15cf4a14

View file

@ -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;
}