add newline on libwebsockets.c for ancient compilers

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-10-18 18:52:39 +08:00
parent b0e2e50c75
commit 260a0fce54

View file

@ -826,4 +826,4 @@ void lws_set_protocol_write_pending(struct libwebsocket_context *context,
wsi->pps = pend;
libwebsocket_rx_flow_control(wsi, 0);
libwebsocket_callback_on_writable(context, wsi);
}
}