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
@@ -505,7 +505,7 @@ static size_t writeLiteralsBlockCompressed(U32* seed, frame_t* frame, size_t con
size_t compressedSize = 0;
size_t maxLitSize = MIN(contentSize-3, g_maxBlockSize);
symbolEncodingType_e hType;
SymbolEncodingType_e hType;
if (contentSize < 64) {
/* make sure we get reasonably-sized literals for compression */