diff options
Diffstat (limited to 'libdwfl/gzip.c')
-rw-r--r-- | libdwfl/gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdwfl/gzip.c b/libdwfl/gzip.c index 043d0b6e..e9988cc2 100644 --- a/libdwfl/gzip.c +++ b/libdwfl/gzip.c @@ -153,7 +153,7 @@ open_stream (int fd, off_t start_offset, struct unzip_state *state) if (unlikely (state->zf == NULL)) { close (d); - return zlib_fail (state, Z (MEM_ERROR)); + return DWFL_E_NOMEM; } /* From here on, zlib will close D. */ |