Fix a copy and paste error with the generation test.

This commit is contained in:
David Reid
2020-03-08 12:46:47 +10:00
parent 81a3f7172d
commit d105a37ede
@@ -1,5 +1,5 @@
ma_result test_noise__by_format_and_type(ma_format format, ma_waveform_type type, const char* pFileName) ma_result test_noise__by_format_and_type(ma_format format, ma_noise_type type, const char* pFileName)
{ {
ma_result result; ma_result result;
ma_noise_config noiseConfig; ma_noise_config noiseConfig;