From 4b9181cdb56a9d2015f8d79e90015038f4792334 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Mar 2008 13:28:39 +0100 Subject: Backport of chained error messages from experimental branch. --- stream/filt_lzwe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/filt_lzwe.c') 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 -- cgit v1.2.3