Fix another typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6414bdfa7c
commit
e002a18915
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue