From d5a34aa078317a54858a172fb48734df91e1acfa Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Mon, 29 Sep 2025 16:39:27 +0100 Subject: Fixed typo in updated _nx_websocket_client_connect declaration. --- addons/websocket/nx_websocket_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/websocket/nx_websocket_client.h b/addons/websocket/nx_websocket_client.h index 3757a956..5d4949c2 100644 --- a/addons/websocket/nx_websocket_client.h +++ b/addons/websocket/nx_websocket_client.h @@ -297,7 +297,7 @@ UINT _nx_websocket_client_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_TCP_SOCKE UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_length, UCHAR *protocol, UINT protocol_length, - *bearer, UINT bearer_length, UINT wait_option); + UCHAR *bearer, UINT bearer_length, UINT wait_option); #ifdef NX_SECURE_ENABLE UINT _nxe_websocket_client_secure_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *tls_session, UCHAR *host, UINT host_length, -- cgit v1.3.1