Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lh3/bwa
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Jul 2, 2020
2 parents 436aceb + 3072c80 commit c4a010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rle.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" {
*** 43+3 codec ***
******************/

const uint8_t rle_auxtab[8];
extern const uint8_t rle_auxtab[8];

#define RLE_MIN_SPACE 18
#define rle_nptr(block) ((uint16_t*)(block))
Expand Down

0 comments on commit c4a010d

Please sign in to comment.