Skip to content

Commit

Permalink
Merge pull request #267 from SoapGentoo/fixes
Browse files Browse the repository at this point in the history
GCC 10 and Makefile fixes
  • Loading branch information
lh3 authored Mar 23, 2020
2 parents 3a2b0c0 + 2a1ae7b commit 3072c80
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 3072c80

Please sign in to comment.