From 55f6f0dd7417832e163d367750bf4adf37842b4e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 15 Apr 2019 11:22:25 -0700 Subject: fix comma for pedantic --- lib/lz4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12