summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/fluidsynth
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-23 14:36:52 +0100
committerRobin Gareus <robin@gareus.org>2018-11-23 16:05:19 +0100
commit8c4c97d1e2f3e4701de099edd836c81c31f2744c (patch)
tree38f788b739f2f3c8d47e0558cc3d681d9470db0e /libs/fluidsynth/fluidsynth
parentf28b03c305229b0de657e9a767b193b45ca9433a (diff)
Update Fluidsynth to v2.0.2
Diffstat (limited to 'libs/fluidsynth/fluidsynth')
-rw-r--r--libs/fluidsynth/fluidsynth/synth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fluidsynth/fluidsynth/synth.h b/libs/fluidsynth/fluidsynth/synth.h
index a4afb90947..87826809fd 100644
--- a/libs/fluidsynth/fluidsynth/synth.h
+++ b/libs/fluidsynth/fluidsynth/synth.h
@@ -233,7 +233,7 @@ FLUIDSYNTH_API int fluid_synth_tuning_dump(fluid_synth_t *synth, int bank, int p
/* Misc */
FLUIDSYNTH_API double fluid_synth_get_cpu_load(fluid_synth_t *synth);
-FLUIDSYNTH_API const char *fluid_synth_error(fluid_synth_t *synth);
+const char *fluid_synth_error(fluid_synth_t *synth);
/* Default modulators */