Skip to content

Commit 1f41684

Browse files
committed
make gcc happy
1 parent a36bbde commit 1f41684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/synth/fluid_synth.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ new_fluid_synth(fluid_settings_t *settings)
10041004
synth->bank_select = FLUID_BANK_STYLE_MMA;
10051005
}
10061006

1007-
fluid_iir_filter_init_table(&synth->iir_sincos_table, synth->sample_rate);
1007+
fluid_iir_filter_init_table(synth->iir_sincos_table, synth->sample_rate);
10081008
fluid_synth_process_event_queue(synth);
10091009

10101010
/* FIXME */

0 commit comments

Comments
 (0)