mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
added typecast to avoid warning
Original commit message from CVS: added typecast to avoid warning
This commit is contained in:
parent
3d1a483151
commit
461c2124bd
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ LADSPAPluginSearch (LADSPAPluginSearchCallbackFunction fCallbackFunction)
|
||||||
if (*pcStart == ':')
|
if (*pcStart == ':')
|
||||||
pcStart++;
|
pcStart++;
|
||||||
}
|
}
|
||||||
g_free (pcLADSPAPath);
|
g_free ((gpointer) pcLADSPAPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue