formatting fix

svn path=/trunk/; revision=36514
This commit is contained in:
Christoph von Wittich 2008-09-25 18:10:23 +00:00
parent 7d57e70f0d
commit ac376c0adb

View file

@ -38,12 +38,12 @@ DIB_BitmapMaxBitsSize( PBITMAPINFO Info, UINT ScanLines )
INT
STDCALL
DIB_GetBitmapInfo(const BITMAPINFOHEADER *header,
PLONG width,
PLONG height,
PWORD planes,
PWORD bpp,
PLONG compr,
PLONG size )
PLONG width,
PLONG height,
PWORD planes,
PWORD bpp,
PLONG compr,
PLONG size )
{
if (header->biSize == sizeof(BITMAPCOREHEADER))