Skip to content
Snippets Groups Projects
Commit b45f224b authored by pblemel's avatar pblemel Committed by Andy Green
Browse files

client-echo: fix search-replace case problem

parent 20fb5593
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ callback_minimal_client_echo(struct lws *wsi, enum lws_callback_reasons reason, ...@@ -281,7 +281,7 @@ callback_minimal_client_echo(struct lws *wsi, enum lws_callback_reasons reason,
/* boilerplate needed if we are built as a dynamic plugin */ /* boilerplate needed if we are built as a dynamic plugin */
static const struct lws_protocols protocols[] = { static const struct lws_protocols protocols[] = {
LWS_PLUGIN_PROTOCOL_MINIMAL_client_echo LWS_PLUGIN_PROTOCOL_MINIMAL_CLIENT_ECHO
}; };
LWS_EXTERN LWS_VISIBLE int LWS_EXTERN LWS_VISIBLE int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment