mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Fix braces
This commit is contained in:
parent
99831b9663
commit
7bc8d1e910
@ -342,8 +342,9 @@ void DecodeSS2(LPBITMAPINFOHEADER p_bitmapHeader, BYTE* p_pixelData, BYTE* p_dat
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
short column = 0;
|
||||
do {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user