summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-11-07 00:43:14 (GMT)
committerYann Collet <cyan@fb.com>2020-11-07 00:43:14 (GMT)
commit211d653ff866ee98a51ab135067369f52f6bdc7b (patch)
tree08203431f5b74519c2e410ffa34082c7d082f4d6 /lib/lz4.h
parent0c56f838edfb1eb06553985a141e5243f740ef27 (diff)
downloadlz4-211d653ff866ee98a51ab135067369f52f6bdc7b.zip
lz4-211d653ff866ee98a51ab135067369f52f6bdc7b.tar.gz
lz4-211d653ff866ee98a51ab135067369f52f6bdc7b.tar.bz2
re-enable alignment test on all targets
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index 78c2542..026279b 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -618,7 +618,7 @@ typedef struct {
* (on stack, or as part of larger structure).
* Init this structure with LZ4_initStream() before first use.
* note : only use this definition in association with static linking !
- * this definition is not API/ABI safe, and may change in future versions.
+ * this definition is not API/ABI safe, and may change in future versions.
*/
#define LZ4_STREAMSIZE_VOIDP ((sizeof(LZ4_stream_t_internal) + sizeof(void*)-1) / sizeof(void*))
#define LZ4_STREAMSIZE (LZ4_STREAMSIZE_VOIDP * sizeof(void*))