From 4d51150ca0aae979718ac10030df85421b763cd1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 28 Jul 2024 16:35:51 +0200 Subject: Make Dillo C99 standard compliant Reviewed-by: dogma --- src/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decode.c') diff --git a/src/decode.c b/src/decode.c index 974e1c39..0e95f386 100644 --- a/src/decode.c +++ b/src/decode.c @@ -304,7 +304,7 @@ DecodeTransfer *a_Decode_transfer_init(const char *format) return dc; } -static Decode *Decode_content_init_common() +static Decode *Decode_content_init_common(void) { z_stream *zs = dNew(z_stream, 1); Decode *dc = dNew(Decode, 1); -- cgit v1.2.3