From e04a5b7fe7d35d2c336f9896fcdaafa022263596 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:32:20 +0200 Subject: [PATCH] remove accidental , --- Source/Atmosphere/stratosphere/loader/source/oc/oc_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }