minor cosmetics

This commit is contained in:
Josh Coalson 2002-10-11 06:24:12 +00:00
parent 7171784d08
commit 64df7151c1
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ unsigned FLAC__fixed_compute_best_predictor_wide(const FLAC__int32 data[], unsig
void FLAC__fixed_compute_residual(const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC__int32 residual[])
{
int i, idata_len = (int)data_len;
const int idata_len = (int)data_len;
int i;
switch(order) {
case 0: