summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-15 18:22:25 (GMT)
committerYann Collet <cyan@fb.com>2019-04-15 18:22:25 (GMT)
commit55f6f0dd7417832e163d367750bf4adf37842b4e (patch)
tree6c349666e2e6ae003751adaf3f87052115d21735
parent0d4a97463997c68903f66633202473e379e34eea (diff)
downloadlz4-55f6f0dd7417832e163d367750bf4adf37842b4e.zip
lz4-55f6f0dd7417832e163d367750bf4adf37842b4e.tar.gz
lz4-55f6f0dd7417832e163d367750bf4adf37842b4e.tar.bz2
fix comma for pedantic
-rw-r--r--lib/lz4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.c b/lib/lz4.c
index 5047fde..218efc2 100644
--- a/lib/lz4.c
+++ b/lib/lz4.c
@@ -205,7 +205,7 @@
typedef enum {
notLimited = 0,
limitedOutput = 1,
- fillOutput = 2,
+ fillOutput = 2
} limitedOutput_directive;