added typecast to avoid warning

Original commit message from CVS:
added typecast to avoid warning
This commit is contained in:
Stefan Kost 2004-08-31 16:07:08 +00:00
parent cd62d993a3
commit 5488fa27bc

View file

@ -131,7 +131,7 @@ LADSPAPluginSearch (LADSPAPluginSearchCallbackFunction fCallbackFunction)
if (*pcStart == ':')
pcStart++;
}
g_free (pcLADSPAPath);
g_free ((gpointer) pcLADSPAPath);
}
/*****************************************************************************/