diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp index ac658c3a..a1dadb38 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp @@ -79,7 +79,7 @@ namespace ams::ldr::hoc { Result SearchAndApply(Pointer *ptr) { bool searchOk = false; - if (pattern_search_fn), { + if (pattern_search_fn) { if (pattern_search_fn(ptr)) { searchOk = true; }