summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-06 15:17:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-06 15:17:10 +0000
commit03ba84da7eaa516962529699d5cb5c61072a19c8 (patch)
tree214d9f1edd9c37444dce50d54bdcce85417a6596 /libs/ardour/globals.cc
parente839e274028213681204e3a942fea01817644edd (diff)
fix misspelt #ifdef
git-svn-id: svn://localhost/ardour2/branches/3.0@11603 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 1aabbe760e..f490a6526e 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -390,7 +390,7 @@ ARDOUR::cleanup ()
fst_exit ();
#endif
-#ifdef LXVST_SUPPOR
+#ifdef LXVST_SUPPORT
vstfx_exit();
#endif
return 0;