Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Aug 25, 2024
1 parent 4113e92 commit f9feec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9feec0

Please sign in to comment.