From 821bf1febc8d2772ed093fa5e540471e9c260c5e Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Fri, 2 Dec 2016 16:13:41 +0100 Subject: [PATCH] fixed Doxygen trailing comment --- lib/common/huf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/huf.h b/lib/common/huf.h index 35d6033ea..9427ae8cb 100644 --- a/lib/common/huf.h +++ b/lib/common/huf.h @@ -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 */