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

remove duplicate const

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-11-26 14:38:04 +08:00
parent 745a69e7ce
commit 904b07d08c

View file

@ -182,7 +182,7 @@ static void lws_http2_settings_write(struct libwebsocket *wsi, int n, unsigned c
*buf = wsi->u.http2.my_settings.setting[n];
}
static const char const * https_client_preface =
static const char * https_client_preface =
"PRI * HTTP/2.0\x0d\x0a\x0d\x0aSM\x0d\x0a\x0d\x0a";
int