Browse Source

Fix another typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX 3 years ago
parent
commit
e002a18915
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Cardinal/src/Ildaeil.cpp

+ 1
- 1
plugins/Cardinal/src/Ildaeil.cpp View File

@@ -121,7 +121,7 @@ static const char* getPathForJSFX()
#if defined(CARLA_OS_MAC)
path = homeDir() + "/Library/Application Support/REAPER/Effects";
#elif defined(CARLA_OS_WIN)
path = getSpecialPath(kSpecialPathAppData) + "\\REAPER\\Effects"
path = getSpecialPath(kSpecialPathAppData) + "\\REAPER\\Effects";
#else
if (const char* const configHome = std::getenv("XDG_CONFIG_HOME"))
path = configHome;


Loading…
Cancel
Save