fix typo in GFX logs

This commit is contained in:
Vladyslav Hordiienko 2020-05-06 11:05:04 +03:00 committed by akallabeth
parent 329332432a
commit 15245c2abd

View File

@ -605,7 +605,7 @@ static UINT rdpgfx_recv_reset_graphics_pdu(RDPGFX_CHANNEL_CALLBACK* callback, wS
monitor = &(pdu.monitorDefArray[index]);
DEBUG_RDPGFX(gfx->log,
"RecvResetGraphicsPdu: monitor left:%" PRIi32 " top:%" PRIi32 " right:%" PRIi32
" left:%" PRIi32 " flags:0x%" PRIx32 "",
" bottom:%" PRIi32 " flags:0x%" PRIx32 "",
monitor->left, monitor->top, monitor->right, monitor->bottom, monitor->flags);
}