]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed Doxygen trailing comment
authorPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 2 Dec 2016 15:13:41 +0000 (16:13 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 2 Dec 2016 15:13:41 +0000 (16:13 +0100)
lib/common/huf.h

index 35d6033ea9676fdd84bed306db67ec7f1f0d54ce..9427ae8cb24493a78eea6bbf7af46bc5102d6252 100644 (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 */