mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 23:50:53 +00:00
make fluid_synth_error() const correct
This commit is contained in:
parent
51cc2656e1
commit
870a9a8232
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ delete_fluid_synth(fluid_synth_t* synth)
|
|||
*/
|
||||
/* FIXME - The error messages are not thread-safe, yet. They are still stored
|
||||
* in a global message buffer (see fluid_sys.c). */
|
||||
char*
|
||||
const char*
|
||||
fluid_synth_error(fluid_synth_t* synth)
|
||||
{
|
||||
return fluid_error();
|
||||
|
|
Loading…
Reference in a new issue