From b2ac61b790bc3d82507d2798fb084deb18fc4640 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Sep 2006 19:43:01 +0000 Subject: *** empty log message *** --- lzf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lzf.c') diff --git a/lzf.c b/lzf.c index 0101be0..23b19fe 100644 --- a/lzf.c +++ b/lzf.c @@ -125,7 +125,7 @@ static void compress (unsigned int blocksize) fwrite (header, 3+2, 1, stdout); fwrite (buff1, us, 1, stdout); } - } while (!feof (stdin)); + } } static void decompress (void) -- cgit v1.2.3