Sfoglia il codice sorgente

Targa Image Extractor

n1073645 5 anni fa
parent
commit
4251089687
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/core/lib/FileSignatures.mjs

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

@@ -3096,7 +3096,8 @@ export function extractTARGA(bytes, offset) {
     /**
      * Move's backwards in the stream until it meet bytes that are the same as the amount of bytes moved.
      *
-     * @param maxSize
+     * @param {number} sizeOfSize
+     * @param {number} maxSize
      */
     function moveBackwardsUntilSize(maxSize, sizeOfSize) {
         for (let i = 0; i < maxSize; i++) {