From: Przemyslaw Skibinski Date: Fri, 2 Dec 2016 15:13:41 +0000 (+0100) Subject: fixed Doxygen trailing comment X-Git-Tag: v1.1.2~46^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=821bf1febc8d2772ed093fa5e540471e9c260c5e;p=thirdparty%2Fzstd.git fixed Doxygen trailing comment --- 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 */