cosmetics

This commit is contained in:
Holger Vogt 2026-04-29 13:34:43 +02:00
parent 2a246632bb
commit b8e595a0e7
1 changed files with 3 additions and 2 deletions

View File

@ -142,8 +142,9 @@ VSRCparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
here->VSRCrGiven = TRUE;
for ( i = 0; i < here->VSRCfunctionOrder; i += 2 ) {
here->VSRCrBreakpt = i;
if ( here->VSRCr == *(here->VSRCcoeffs+i) ) break;
here->VSRCrBreakpt = i;
if ( here->VSRCr == *(here->VSRCcoeffs+i) )
break;
}
end_time = *(here->VSRCcoeffs + here->VSRCfunctionOrder-2);