mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Some cppcheck fixes by David Binderman
This commit is contained in:
@@ -2379,7 +2379,7 @@ void EffectEqualization::ErrMin(void)
|
||||
error += err*err;
|
||||
}
|
||||
}
|
||||
while( (error < oldError) & flag );
|
||||
while( (error < oldError) && flag );
|
||||
if( error > oldError )
|
||||
{
|
||||
mEQVals[i] = mEQValsOld; //last one didn't work
|
||||
|
||||
Reference in New Issue
Block a user