1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00

fixed Doxygen trailing comment

This commit is contained in:
Przemyslaw Skibinski 2016-12-02 16:13:41 +01:00
parent 4e49580407
commit 821bf1febc

View File

@ -74,7 +74,7 @@ size_t HUF_decompress(void* dst, size_t originalSize,
/* *** Tool functions *** */
#define HUF_BLOCKSIZE_MAX (128 * 1024) /*< maximum input size for a single block compressed with HUF_compress */
#define HUF_BLOCKSIZE_MAX (128 * 1024) /**< maximum input size for a single block compressed with HUF_compress */
size_t HUF_compressBound(size_t size); /**< maximum compressed size (worst case) */
/* Error Management */