From e921e12bcfa3a343eac5e4b7ba3f2566f5eff49f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sat, 8 Mar 2008 17:25:56 +0100 Subject: Whitespace fixes. --- 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 a24d8fe5..978b6ef2 100644 --- a/stream/filt_lzwe.c +++ b/stream/filt_lzwe.c @@ -203,7 +203,7 @@ resume: /* reserve space for this code and an eventual CLEAR code */ if (out->wp + 5 > out->ep) - { + { lzw->resume = 1; return fz_ioneedout; } -- cgit v1.2.3