remove accidental ,
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user