Merge pull request #267 from SoapGentoo/fixes

GCC 10 and Makefile fixes
This commit is contained in:
Heng Li 2020-03-23 08:56:40 -04:00 committed by GitHub
commit 3112df7100
1 changed files with 1 additions and 1 deletions

2
rle.h
View File

@ -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))