Added missing brace...
[libguac-client-rdp.git] / src / rdp_gdi.c
index 0b027a6..bedfc80 100644 (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 */
 
 }