summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/src/fluid_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fluidsynth/src/fluid_gen.h')
-rw-r--r--libs/fluidsynth/src/fluid_gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fluidsynth/src/fluid_gen.h b/libs/fluidsynth/src/fluid_gen.h
index 76d168c25f..3f8f14b1c5 100644
--- a/libs/fluidsynth/src/fluid_gen.h
+++ b/libs/fluidsynth/src/fluid_gen.h
@@ -27,7 +27,7 @@
typedef struct _fluid_gen_info_t
{
char num; /* Generator number */
- char init; /* Does the generator need to be initialized (cfr. fluid_voice_init()) */
+ char init; /* Does the generator need to be initialized (not used) */
char nrpn_scale; /* The scale to convert from NRPN (cfr. fluid_gen_map_nrpn()) */
float min; /* The minimum value */
float max; /* The maximum value */