mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fix comment
This commit is contained in:
parent
b9753e42d9
commit
c78178055a
@ -247,7 +247,7 @@
|
|||||||
;; }
|
;; }
|
||||||
;; // 2. If no rules match, the prevailing rule is "*".
|
;; // 2. If no rules match, the prevailing rule is "*".
|
||||||
;; if ( iFound === 0 ) {
|
;; if ( iFound === 0 ) {
|
||||||
;; if ( buf8[iCandidates + 1 << 2] !== 0x2A /* '*' */ ) { break; }
|
;; if ( buf32[iCandidates + 1] !== 0x2A /* '*' */ ) { break; }
|
||||||
;; buf8[SUFFIX_NOT_FOUND_SLOT] = 1;
|
;; buf8[SUFFIX_NOT_FOUND_SLOT] = 1;
|
||||||
;; iFound = iCandidates;
|
;; iFound = iCandidates;
|
||||||
;; }
|
;; }
|
||||||
|
Loading…
Reference in New Issue
Block a user