Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c

This commit is contained in:
David Lam
2016-08-29 17:31:51 -07:00
parent 23b6e05d8e
commit da9d3b7057
6 changed files with 15 additions and 30 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ unsigned HUF_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxS
struct HUF_CElt_s {
U16 val;
BYTE nbBits;
}; /* typedef'd to HUF_CElt within huf_static.h */
}; /* typedef'd to HUF_CElt within "huf.h" */
typedef struct nodeElt_s {
U32 count;