Dodge compiler warning in MikMod driver because MikMod_Init() does not take 'const char*'

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3682 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-09-05 16:10:56 +00:00
parent 103f9379a4
commit 32bc325ff5
+1 -1
View File
@@ -276,7 +276,7 @@ moda_InitModule (int flags, const TFB_DecoderFormats* fmts)
md_pansep = 64;
if (MikMod_Init (""))
if (MikMod_Init (NULL))
{
log_add (log_Error, "MikMod_Init() failed, %s",
MikMod_strerror (MikMod_errno));