mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[WIN32K]
Fix a typo svn path=/trunk/; revision=56466
This commit is contained in:
@@ -33,7 +33,7 @@ VOID DecompressBitmap(SIZEL Size, BYTE *CompressedBits, BYTE *UncompressedBits,
|
||||
|
||||
if ((Format == BMF_4RLE) || (Format == BMF_4BPP))
|
||||
shift = 1;
|
||||
else if ((Format != BMF_8RLE) || (Format == BMF_8BPP))
|
||||
else if ((Format != BMF_8RLE) && (Format != BMF_8BPP))
|
||||
return;
|
||||
|
||||
width = ((Size.cx + shift) >> shift);
|
||||
|
||||
Reference in New Issue
Block a user