rdpgfx/server: Fix formatting: rdpgfx_recv_cache_import_offer_pdu
This commit is contained in:
parent
bf97d3e041
commit
49e7c5ddc0
@ -1165,8 +1165,7 @@ static UINT rdpgfx_recv_cache_import_offer_pdu(RdpgfxServerContext* context,
|
|||||||
{
|
{
|
||||||
cacheEntries = &(pdu.cacheEntries[index]);
|
cacheEntries = &(pdu.cacheEntries[index]);
|
||||||
Stream_Read_UINT64(s, cacheEntries->cacheKey); /* cacheKey (8 bytes) */
|
Stream_Read_UINT64(s, cacheEntries->cacheKey); /* cacheKey (8 bytes) */
|
||||||
/* bitmapLength (4 bytes) */
|
Stream_Read_UINT32(s, cacheEntries->bitmapLength); /* bitmapLength (4 bytes) */
|
||||||
Stream_Read_UINT32(s, cacheEntries->bitmapLength);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (context)
|
if (context)
|
||||||
|
Loading…
Reference in New Issue
Block a user