Skip to content

Commit

Permalink
removed unnecesary break;
Browse files Browse the repository at this point in the history
  • Loading branch information
xbarin02 committed Feb 15, 2020
1 parent e97c176 commit bf23b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 0 additions & 1 deletion libx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit bf23b16

Please sign in to comment.