From 9daed50e0165f387f597fec4d06b57805e1f717c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Feb 2009 14:46:42 +0000 Subject: Fixed lots of warnings and errors (on my system) by backporting a patch I had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?) svn-id: r38245 --- engines/sci/sfx/softseq/opl2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sfx/softseq/opl2.cpp') diff --git a/engines/sci/sfx/softseq/opl2.cpp b/engines/sci/sfx/softseq/opl2.cpp index c19de1388a..dc1237ae66 100644 --- a/engines/sci/sfx/softseq/opl2.cpp +++ b/engines/sci/sfx/softseq/opl2.cpp @@ -682,7 +682,7 @@ opl2_volume(sfx_softseq_t *self, int volume) } int -opl2_set_option(sfx_softseq_t *self, char *name, char *value) +opl2_set_option(sfx_softseq_t *self, const char *name, const char *value) { return SFX_ERROR; } -- cgit v1.2.3