mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
Fix some typo.
This commit is contained in:
parent
d10913e2de
commit
3e7d620c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue