commit | 2535e2047fe79ac16eed79c6f99261cd9ce53dfc | [log] [tgz] |
---|---|---|
author | Elyes Haouas <ehaouas@noos.fr> | Mon Feb 13 10:38:45 2023 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Mon Mar 13 12:34:40 2023 +0100 |
tree | 0c1e9acb24e8efd6cd03aaf4d1f9fc643a93ca34 | |
parent | 521d4fe6761ce62f06acf2b07248d8d5b5366ea3 [diff] [blame] |
style: fix functions definitions This is to fix old style functions definitions. Change-Id: I094b1497dcf948d4d8de4d57d93878aa092ea053 Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
diff --git a/lib/zlib/inflate.c b/lib/zlib/inflate.c index 8acbef4..aa25e61 100644 --- a/lib/zlib/inflate.c +++ b/lib/zlib/inflate.c
@@ -342,7 +342,7 @@ a.out > inffixed.h */ -void makefixed() +void makefixed(void) { unsigned low, size; struct inflate_state state;