Skip to content

Commit

Permalink
fix: Add missing break statement in wrapAddDrivers
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 21, 2024
1 parent 5b83a14 commit 1b5b0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NootedRed/NRed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ bool NRed::wrapAddDrivers(void *that, OSArray *array, bool doNubMatching) {
if (strcmp(bundleIdentifier->getCStringNoCopy(), matchingIdentifier) == 0) {
DBGLOG("NRed", "Matched %s.", matchingIdentifier);
matches[i] = true;
break;
}
}
}
Expand Down

0 comments on commit 1b5b0b2

Please sign in to comment.