13
0

Fix some typo.

This commit is contained in:
Robin Gareus 2016-11-15 00:43:17 +01:00
parent d10913e2de
commit 3e7d620c9c

View File

@ -80,7 +80,7 @@ static VSTState *
mac_vst_new ()
{
VSTState* mac_vst = (VSTState *) calloc (1, sizeof (VSTState));
mac_vst0->init();
mac_vst->init();
return mac_vst;
}