summaryrefslogtreecommitdiff
path: root/src/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.c')
-rw-r--r--src/decode.c2
1 files changed, 1 insertions, 1 deletions
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);