diff --git a/src/libFLAC/stream_encoder.c b/src/libFLAC/stream_encoder.c index 1c0ba964..2ff2f1cf 100644 --- a/src/libFLAC/stream_encoder.c +++ b/src/libFLAC/stream_encoder.c @@ -3086,7 +3086,7 @@ void precompute_partition_info_escapes_( raw_bits_per_partition[partition] = max(silog2_min, silog2_max); } to_partition = partitions; - break; + break; /*@@@@@@ yuck, should remove the 'for' loop instead */ } /* now merge partitions for lower orders */