summaryrefslogtreecommitdiff
path: root/lib/legacy/zstd_v01.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/legacy/zstd_v01.c')
-rw-r--r--lib/legacy/zstd_v01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy/zstd_v01.c b/lib/legacy/zstd_v01.c
index bcacb8d5d7a28..cf5354d6a9b68 100644
--- a/lib/legacy/zstd_v01.c
+++ b/lib/legacy/zstd_v01.c
@@ -1432,7 +1432,7 @@ typedef struct ZSTD_Cctx_s
#else
U32 hashTable[HASH_TABLESIZE];
#endif
- BYTE buffer[WORKPLACESIZE];
+ BYTE buffer[WORKPLACESIZE];
} cctxi_t;