codemod: symbolEncodingType_e -> SymbolEncodingType_e

This commit is contained in:
Yann Collet
2024-12-20 10:36:56 -08:00
parent 8d4506bc94
commit 477a01067f
10 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ typedef enum { bt_raw, bt_rle, bt_compressed, bt_reserved } blockType_e;
#define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */) /* for a non-null block */
#define MIN_LITERALS_FOR_4_STREAMS 6
typedef enum { set_basic, set_rle, set_compressed, set_repeat } symbolEncodingType_e;
typedef enum { set_basic, set_rle, set_compressed, set_repeat } SymbolEncodingType_e;
#define LONGNBSEQ 0x7F00