diff --git a/README.md b/README.md index 3fdb261..839ccea 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Bold font indicates the best result. | ---------- | ----- | ----------------: | ------------------: | ----: | | lz4 1.9.2 | 1.75 | **0.29** | **0.11** | 20 619 | | lzop 1.04 | 1.78 | 0.36 | 0.33 | 17 123 | -| **x** | 1.88 | 1.03 | 0.91 | **698** | +| **x** | 1.88 | 1.03 | 0.91 | **699** | | gzip 1.9 | 2.74 | 4.69 | 0.63 | 48 552 | | zstd 1.3.7 | 2.80 | 0.55 | 0.18 | 111 948 | | bzip2 1.0.6 | 3.45 | 7.39 | 3.36 | 8 117 | diff --git a/libx.c b/libx.c index d5d5e12..16dc27a 100644 --- a/libx.c +++ b/libx.c @@ -39,7 +39,6 @@ static void bio_open(struct bio *bio, void *ptr, int mode) case BIO_MODE_WRITE: bio->b = 0; bio->c = 0; - break; } }