lib: zlib: our putc() takes only one argument
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 28 Dec 2020 20:41:40 +0000 (21:41 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 17 Jan 2021 00:17:11 +0000 (19:17 -0500)
commit986c841c8b41ba3dc8d8bc4ce3802779cf69bfc0
tree21a2d5df0b7caef36f962c36f9c4c1f213206359
parent834427d46365e5e76ec5b23eca40063f7881c493
lib: zlib: our putc() takes only one argument

In contrast to the C99 standard [1] our putc() takes only one argument.

[1] ISO/IEC 9899:1999

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/zlib/deflate.c