diff options
Diffstat (limited to 'lzf.c')
-rw-r--r-- | lzf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |