standardize comments in English

This commit is contained in:
Alexander Trofimov
2026-04-02 08:10:57 +03:00
parent b18715ae81
commit 10b2b0d3d0
950 changed files with 7092 additions and 7093 deletions

View File

@ -254,7 +254,7 @@ bool CImageFileFormatChecker::isIcoFile(BYTE* pBuffer,DWORD dwBytes)
image_header = (___BITMAPINFOHEADER *)(pBuffer + offset_image);
if (width == image_header->biWidth
/*height == image_header->biHeight*/) // в хеадере может быть черестрочная высота
/*height == image_header->biHeight*/) // header may contain interlaced height
return true;
}
}