Skip to content

Commit 3080dec

Browse files
committed
fix: added missing return
1 parent 7832657 commit 3080dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libjamesdsp/JdspImpResToolbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,5 @@ int ComputeCompResponse(int n, const double* jfreq, const double* jgain, int que
553553
ierper *lerpPtr = &pch3;
554554
for (int i = 0; i < queryPts; i++)
555555
response[i] = (float)getValueAt(&lerpPtr->cb, dispFreq[i]);
556+
return 0;
556557
}

0 commit comments

Comments
 (0)