mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
FLUIDSYNTH: Fix build
This commit is contained in:
parent
5a6b282c7c
commit
a3bc5d64b8
@ -46,7 +46,7 @@
|
||||
#include "backends/platform/ios7/ios7_common.h"
|
||||
#endif
|
||||
|
||||
static void logHandler(int level, const char *message, void *data) {
|
||||
static void logHandler(int level, char *message, void *data) {
|
||||
switch (level) {
|
||||
case FLUID_PANIC:
|
||||
error("FluidSynth: %s", message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user