From dae2dcb09ebf4794774b04a3e685f00e6d7374e7 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 2298c4e9..40aa0e2b 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: