summaryrefslogtreecommitdiff
path: root/src/manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manifest.c')
-rw-r--r--src/manifest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.c b/src/manifest.c
index c7ab789..56c9d68 100644
--- a/src/manifest.c
+++ b/src/manifest.c
@@ -100,7 +100,7 @@ static void process_file(struct apk_database *db, const char *match)
}
(void) apk_tar_parse(is, read_file_entry, &ctx, FALSE, &db->id_cache);
- is->close(is);
+ apk_istream_close(is);
}
static void process_match(struct apk_database *db, const char *match, struct apk_name *name, void *ctx)