diff --git a/lib/client-parser.c b/lib/client-parser.c index 23c8f077..677b3dff 100644 --- a/lib/client-parser.c +++ b/lib/client-parser.c @@ -26,9 +26,9 @@ int libwebsocket_client_rx_sm(struct libwebsocket *wsi, unsigned char c) int callback_action = LWS_CALLBACK_CLIENT_RECEIVE; int handled; struct lws_tokens eff_buf; + int m; #ifndef LWS_NO_EXTENSIONS int n; - int m; #endif switch (wsi->lws_rx_parse_state) {