Fix some typo.
authorRobin Gareus <robin@gareus.org>
Mon, 14 Nov 2016 23:43:17 +0000 (00:43 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 14 Nov 2016 23:44:13 +0000 (00:44 +0100)
libs/ardour/mac_vst_support.cc

index 3b968c28d887b643f688e53e238cf07b7922989f..d86d3d5825c6261a2085fcf7c1b5068dbea9de54 100644 (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;
 }