From 0657978769355f0238545c2db6f3eae5b6479dce Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 13 Apr 2020 04:29:06 +0100 Subject: [PATCH] Fix typo Signed-off-by: falkTX --- source/backend/utils/Information.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/utils/Information.cpp b/source/backend/utils/Information.cpp index 9dcd5e021..6ebf5abc6 100644 --- a/source/backend/utils/Information.cpp +++ b/source/backend/utils/Information.cpp @@ -66,7 +66,7 @@ const char* carla_get_complete_license_text() "
  • DSSI plugin support
  • " "
  • LV2 plugin support
  • " #if defined(USING_JUCE) && (defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN)) - "
  • VST2/2 plugin support (using Juce)
  • " + "
  • VST2/3 plugin support (using Juce)
  • " #else "
  • VST2 plugin support (using VeSTige header by Javier Serrano Polo)
  • " #endif