diff options
author | Tor Andersson <tor@ghostscript.com> | 2008-03-21 13:28:39 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2008-03-21 13:28:39 +0100 |
commit | 4b9181cdb56a9d2015f8d79e90015038f4792334 (patch) | |
tree | 507876fcec4f91aa591f3cbf2196f4dcc4deeaad /stream/filt_lzwe.c | |
parent | 65e3374a2415399ded4624326a01bb9dfa77fa9e (diff) | |
download | mupdf-4b9181cdb56a9d2015f8d79e90015038f4792334.tar.xz |
Backport of chained error messages from experimental branch.
Diffstat (limited to 'stream/filt_lzwe.c')
-rw-r--r-- | stream/filt_lzwe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/filt_lzwe.c b/stream/filt_lzwe.c index 978b6ef2..ec6f5f7a 100644 --- a/stream/filt_lzwe.c +++ b/stream/filt_lzwe.c @@ -83,7 +83,7 @@ fz_newlzwe(fz_filter **fp, fz_obj *params) clearhash(lzw); - return nil; + return fz_okay; } void |