Skip to content

Commit

Permalink
Merge pull request #16 from trufanov-nok/patch-2
Browse files Browse the repository at this point in the history
Fix a warning
  • Loading branch information
mario4tier authored Mar 22, 2024
2 parents 7151ef4 + 7573a56 commit 96bbb28
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 96bbb28

Please sign in to comment.