Skip to content

Commit

Permalink
Fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trufanov-nok authored Jan 5, 2024
1 parent 199d05b commit 7573a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/ta_regtest/ta_test_func/test_per_ema.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ static TA_RetCode rangeTestFunction( TA_Integer startIdx,
outNbElement,
outputBuffer );
*lookback = TA_TRIX_Lookback( testParam->test->optInTimePeriod );
break;
default:
retCode = TA_INTERNAL_ERROR(131);
}
Expand Down

0 comments on commit 7573a56

Please sign in to comment.