diff options
author | Chris Robinson <[email protected]> | 2014-08-05 19:38:33 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-08-05 19:38:33 -0700 |
commit | 23441be474d2e6c272913432ae25fbf509b551b8 (patch) | |
tree | 1c2104b4eac854b7eb76210ac900d6da4555293f | |
parent | 951870b18978eab89391f43c3c5b85e0700eb198 (diff) |
Make the DYNLOAD LoadFSynth function non-inline
-rw-r--r-- | Alc/midi/fluidsynth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/midi/fluidsynth.c b/Alc/midi/fluidsynth.c index 25ba0c62..82159127 100644 --- a/Alc/midi/fluidsynth.c +++ b/Alc/midi/fluidsynth.c @@ -91,7 +91,7 @@ FLUID_FUNCS(DECL_FUNC) #define fluid_mod_set_amount pfluid_mod_set_amount #define fluid_mod_set_dest pfluid_mod_set_dest -static inline ALboolean LoadFSynth(void) +static ALboolean LoadFSynth(void) { ALboolean ret = AL_TRUE; if(!fsynth_handle) |