From 00e1bb19b04a443e870f8b72aca7da0d0c5bf43b Mon Sep 17 00:00:00 2001 From: jonschz Date: Sun, 25 May 2025 07:53:47 +0200 Subject: [PATCH] Run formatter --- LEGO1/omni/src/video/flic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/omni/src/video/flic.cpp b/LEGO1/omni/src/video/flic.cpp index bc023cc5..c040b83f 100644 --- a/LEGO1/omni/src/video/flic.cpp +++ b/LEGO1/omni/src/video/flic.cpp @@ -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.