Fix braces

This commit is contained in:
Nathan 2024-02-29 03:40:18 -05:00
parent 99831b9663
commit 7bc8d1e910

View File

@ -342,8 +342,9 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
} }
} }
} }
else else {
break; break;
}
} }
short column = 0; short column = 0;
do { do {