From 0d3ad4b5a2f96609bea2c6b2cc696a553a4484ed Mon Sep 17 00:00:00 2001 From: David Galeano Date: Wed, 9 Jan 2013 16:35:18 +0800 Subject: [PATCH] Fixed spacing. --- lib/parsers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/parsers.c b/lib/parsers.c index 2298c4e..40aa0e2 100644 --- a/lib/parsers.c +++ b/lib/parsers.c @@ -1286,8 +1286,8 @@ spill: wsi->protocol->callback(wsi->protocol->owning_server, wsi, callback_action, wsi->user_space, - &wsi->rx_user_buffer[LWS_SEND_BUFFER_PRE_PADDING], - wsi->rx_user_buffer_head); + &wsi->rx_user_buffer[LWS_SEND_BUFFER_PRE_PADDING], + wsi->rx_user_buffer_head); wsi->rx_user_buffer_head = 0; break; default: -- 2.7.4