mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
add newline on libwebsockets.c for ancient compilers
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
b0e2e50c75
commit
260a0fce54
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue