mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +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;
|
||||
#endif
|
||||
|
||||
#if define(__ANDROID__)
|
||||
#ifdef __ANDROID__
|
||||
defConfig["modulesDirectory"] = root + SDRPP_MODULES_LOAD_DIR;
|
||||
defConfig["resourcesDirectory"] = root + SDRPP_RES_LOAD_DIR;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user