diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-03-19 00:03:10 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-03-19 00:04:12 +0200 |
commit | 02894b51f48779569e72dff2c2a1edfd6d74b6c1 (patch) | |
tree | 05c8292c0c5ab823521a33cb38b55a6d821688d7 /extmod/uzlib/tinf.h | |
parent | d7194f1b8e916b05df11dc0010ab70e508bffee7 (diff) |
extmod: Update uzlib to 1.2.1.
Fixes for compiler warnings in pedantic mode.
Diffstat (limited to 'extmod/uzlib/tinf.h')
-rw-r--r-- | extmod/uzlib/tinf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/uzlib/tinf.h b/extmod/uzlib/tinf.h index d82959df9..e9401f2de 100644 --- a/extmod/uzlib/tinf.h +++ b/extmod/uzlib/tinf.h @@ -76,7 +76,7 @@ int TINFCC tinf_zlib_uncompress_dyn(TINF_DATA *d, unsigned int sourceLen); /* high-level API */ -void TINFCC tinf_init(); +void TINFCC tinf_init(void); int TINFCC tinf_uncompress(void *dest, unsigned int *destLen, const void *source, unsigned int sourceLen); |