1
0
Fork 0
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:
Stephan Eberle 2016-04-26 22:52:16 +02:00 committed by Andy Green
parent 8087959acf
commit ff32d01742

View file

@ -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;