fix comma for pedantic
authorYann Collet <cyan@fb.com>
Mon, 15 Apr 2019 18:22:25 +0000 (11:22 -0700)
committerYann Collet <cyan@fb.com>
Mon, 15 Apr 2019 18:22:25 +0000 (11:22 -0700)
lib/lz4.c

index 5047fde..218efc2 100644 (file)
--- a/lib/lz4.c
+++ b/lib/lz4.c
 typedef enum {
     notLimited = 0,
     limitedOutput = 1,
-    fillOutput = 2,
+    fillOutput = 2
 } limitedOutput_directive;