fixed fall-through

This commit is contained in:
Yann Collet
2018-11-20 16:09:33 -08:00
parent 5c6d4b18ac
commit 5d3592398d
+1
View File
@@ -303,6 +303,7 @@ ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter param)
#else
bounds.upperBound = 0;
#endif
return bounds;
case ZSTD_p_overlapSizeLog:
bounds.lowerBound = ZSTD_OVERLAPLOG_MIN;