make fluid_synth_error() const correct

This commit is contained in:
derselbst 2017-12-21 20:00:39 +01:00
parent 51cc2656e1
commit 870a9a8232

View file

@ -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();