1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

poll: Add newline at end of file

Fixes compiler warning with GCC 4.1.
This commit is contained in:
Orgad Shaneh 2019-05-30 06:06:31 +08:00 committed by Andy Green
parent 71131adb9c
commit 4a8123fc34

View file

@ -40,4 +40,4 @@ struct lws_event_loop_ops event_loop_ops_poll = {
/* destroy wsi */ NULL,
/* periodic_events_available */ 1,
};
};