mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix comment
This commit is contained in:
parent
b9753e42d9
commit
c78178055a
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@
|
|||
;; }
|
||||
;; // 2. If no rules match, the prevailing rule is "*".
|
||||
;; if ( iFound === 0 ) {
|
||||
;; if ( buf8[iCandidates + 1 << 2] !== 0x2A /* '*' */ ) { break; }
|
||||
;; if ( buf32[iCandidates + 1] !== 0x2A /* '*' */ ) { break; }
|
||||
;; buf8[SUFFIX_NOT_FOUND_SLOT] = 1;
|
||||
;; iFound = iCandidates;
|
||||
;; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue