summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/src/fluid_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fluidsynth/src/fluid_gen.c')
-rw-r--r--libs/fluidsynth/src/fluid_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fluidsynth/src/fluid_gen.c b/libs/fluidsynth/src/fluid_gen.c
index cf3cc48b46..6472dd3258 100644
--- a/libs/fluidsynth/src/fluid_gen.c
+++ b/libs/fluidsynth/src/fluid_gen.c
@@ -26,7 +26,7 @@
/* See SFSpec21 $8.1.3 */
static const fluid_gen_info_t fluid_gen_info[] =
{
- /* number/name init scale min max def */
+ /* number/name init nrpn-scale min max def */
{ GEN_STARTADDROFS, 1, 1, 0.0f, 1e10f, 0.0f },
{ GEN_ENDADDROFS, 1, 1, -1e10f, 0.0f, 0.0f },
{ GEN_STARTLOOPADDROFS, 1, 1, -1e10f, 1e10f, 0.0f },