X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Fzlib%2Fadler32.c;h=b468441d73a2b0e82521ec4e55ee9802688f8fb0;hb=b892465dae6afc5528724c044991a76f241cd177;hp=dc9480d92f2f551400a84daa0a68864acbeb9ffc;hpb=e89516f031dbf711b71e6ee4d131cdc8b9946fb0;p=u-boot diff --git a/lib/zlib/adler32.c b/lib/zlib/adler32.c index dc9480d92f..b468441d73 100644 --- a/lib/zlib/adler32.c +++ b/lib/zlib/adler32.c @@ -54,10 +54,7 @@ #endif /* ========================================================================= */ -uLong ZEXPORT adler32(adler, buf, len) - uLong adler; - const Bytef *buf; - uInt len; +uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { unsigned long sum2; unsigned n;