Added missing brace...

This commit is contained in:
Michael Jumper 2012-03-07 15:36:31 -08:00
parent ea26d99b44
commit d4a3b76015

View File

@ -201,7 +201,9 @@ void guac_rdp_gdi_memblt(rdpContext* context, MEMBLT_ORDER* memblt) {
guac_rdp_rop3_transfer_function(client, memblt->bRop),
current_layer, memblt->nLeftRect, memblt->nTopRect);
}
}
} /* end if layer not NULL */
}