diff options
Diffstat (limited to 'archive-zip.c')
-rw-r--r-- | archive-zip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archive-zip.c b/archive-zip.c index b438264096..7229e3e454 100644 --- a/archive-zip.c +++ b/archive-zip.c @@ -617,6 +617,7 @@ static void dos_time(timestamp_t *timestamp, int *dos_date, int *dos_time) } static int archive_zip_config(const char *var, const char *value, + const struct config_context *ctx UNUSED, void *data UNUSED) { return userdiff_config(var, value); |