mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-03-22 16:09:53 +01:00
fix typo
This commit is contained in:
parent
4113e92759
commit
f9feec0abf
@ -250,7 +250,7 @@ int sdrpp_main(int argc, char* argv[]) {
|
|||||||
defConfig["lockMenuOrder"] = false;
|
defConfig["lockMenuOrder"] = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if define(__ANDROID__)
|
#ifdef __ANDROID__
|
||||||
defConfig["modulesDirectory"] = root + SDRPP_MODULES_LOAD_DIR;
|
defConfig["modulesDirectory"] = root + SDRPP_MODULES_LOAD_DIR;
|
||||||
defConfig["resourcesDirectory"] = root + SDRPP_RES_LOAD_DIR;
|
defConfig["resourcesDirectory"] = root + SDRPP_RES_LOAD_DIR;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user