summaryrefslogtreecommitdiff
path: root/lzf.c
diff options
context:
space:
mode:
authorroot <root>2006-09-29 19:43:01 +0000
committerroot <root>2006-09-29 19:43:01 +0000
commitb2ac61b790bc3d82507d2798fb084deb18fc4640 (patch)
treea79e47808639e8ab8c0277745962d1ff86c724bd /lzf.c
parentdb3ca576cd64d083c687287fe7ef78f52bc4caeb (diff)
*** empty log message ***
Diffstat (limited to 'lzf.c')
-rw-r--r--lzf.c2
1 files changed, 1 insertions, 1 deletions
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)