Skip to content
Snippets Groups Projects
Commit ff32d017 authored by Stephan Eberle's avatar Stephan Eberle Committed by Andy Green
Browse files

Fixed misspelled size_t

parent 8087959a
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ int lws_http_serve(struct lws *wsi, char *uri, const char *origin)
unsigned char *p = (unsigned char *)sym + 32 + LWS_PRE, *start = p;
unsigned char *end = p + sizeof(sym) - 32 - LWS_PRE;
#if !defined(WIN32)
size len;
size_t len;
#endif
int n, spin = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment