summaryrefslogtreecommitdiff
path: root/zipstores.c
diff options
context:
space:
mode:
Diffstat (limited to 'zipstores.c')
-rw-r--r--zipstores.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zipstores.c b/zipstores.c
index 5ae29f52f..e0f1d83ae 100644
--- a/zipstores.c
+++ b/zipstores.c
@@ -267,7 +267,7 @@ ZIP (stream_write_init) (struct ZIP (object) *zip)
/* Check whether we need to write a gzip header */
if (!zip->source->size)
{
- static error_t
+ error_t
do_write (char *buf, size_t amount)
{
size_t len;