1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

Fix comment

This commit is contained in:
Raymond Hill 2022-02-23 08:40:07 -05:00
parent b9753e42d9
commit c78178055a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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;
;; }