1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
This commit is contained in:
Andy Green 2021-07-22 19:37:19 +01:00
parent 1de1aafca5
commit 03482d4c01

View file

@ -218,7 +218,7 @@ sequencer_start_client(struct myseq *s)
/* we couldn't even get started with the client connection */
lws_seq_queue_event(lws_seq_from_user(s),
SEQ_MSG_CLIENT_FAILED, NULL, NULL);
(lws_seq_events_t)SEQ_MSG_CLIENT_FAILED, NULL, NULL);
return 1;
}