Explorar o código

Tidied up ICO extractor

n1474335 %!s(int64=5) %!d(string=hai) anos
pai
achega
b8afbf7458
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/lib/FileSignatures.mjs

+ 1 - 1
src/core/lib/FileSignatures.mjs

@@ -2942,7 +2942,7 @@ export function extractBMP(bytes, offset) {
 export function extractICO(bytes, offset) {
     const stream = new Stream(bytes.slice(offset));
 
-    // Move to number of file there are.
+    // Move to number of files there are.
     stream.moveTo(4);
 
     // Read the number of files stored in the ICO