mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Fixed misspelled size_t
This commit is contained in:
parent
8087959acf
commit
ff32d01742
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue