Run formatter

This commit is contained in:
jonschz 2025-05-25 07:53:47 +02:00
parent 248a64133e
commit 00e1bb19b0

View File

@ -368,7 +368,7 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
union {
BYTE* byte;
WORD* word;
} data = { p_data };
} data = {p_data};
// The first word in the data following the chunk header contains the number of lines in the chunk.
// The line count does not include skipped lines.