Added missing brace...

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

View File

@ -203,6 +203,8 @@ void guac_rdp_gdi_memblt(rdpContext* context, MEMBLT_ORDER* memblt) {
}
} /* end if layer not NULL */
}
void guac_rdp_gdi_opaquerect(rdpContext* context, OPAQUE_RECT_ORDER* opaque_rect) {