summaryrefslogtreecommitdiffstats
path: root/src/image/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image/zlib.c')
-rw-r--r--src/image/zlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image/zlib.c b/src/image/zlib.c
index bc27142d7..a42c47e1b 100644
--- a/src/image/zlib.c
+++ b/src/image/zlib.c
@@ -159,4 +159,5 @@ struct image_type zlib_image_type __image_type ( PROBE_NORMAL ) = {
.name = "zlib",
.probe = zlib_probe,
.extract = zlib_extract,
+ .exec = image_extract_exec,
};