mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 09:32:02 +00:00
Made fluid_gen_info[] static
This commit is contained in:
parent
6f51fca022
commit
ae041fdcec
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
/* See SFSpec21 $8.1.3 */
|
||||
const fluid_gen_info_t fluid_gen_info[] = {
|
||||
static const fluid_gen_info_t fluid_gen_info[] = {
|
||||
/* number/name init scale min max def */
|
||||
{ GEN_STARTADDROFS, 1, 1, 0.0f, 1e10f, 0.0f },
|
||||
{ GEN_ENDADDROFS, 1, 1, -1e10f, 0.0f, 0.0f },
|
||||
|
|
Loading…
Reference in a new issue