diff options
Diffstat (limited to 'src/microspdy/compression.c')
-rw-r--r-- | src/microspdy/compression.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microspdy/compression.c b/src/microspdy/compression.c index 5b212d30..19237450 100644 --- a/src/microspdy/compression.c +++ b/src/microspdy/compression.c | |||
@@ -256,7 +256,7 @@ SPDYF_zlib_deflate(z_stream *strm, | |||
256 | { | 256 | { |
257 | int ret; | 257 | int ret; |
258 | int flush; | 258 | int flush; |
259 | uint have; | 259 | unsigned int have; |
260 | Bytef out[SPDYF_ZLIB_CHUNK]; | 260 | Bytef out[SPDYF_ZLIB_CHUNK]; |
261 | 261 | ||
262 | *dest = NULL; | 262 | *dest = NULL; |