]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed fall-through
authorYann Collet <cyan@fb.com>
Wed, 21 Nov 2018 00:09:33 +0000 (16:09 -0800)
committerYann Collet <cyan@fb.com>
Wed, 21 Nov 2018 00:09:33 +0000 (16:09 -0800)
lib/compress/zstd_compress.c

index ce65cef25c8f5a9d353fb6356566ccadfdd433d1..566b8927bbdd811df1662aafc1098afb3850e6e3 100644 (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;