From 2cb3717d6595d326073546e5ec1a713b73e83ce8 Mon Sep 17 00:00:00 2001 From: David FORT Date: Thu, 17 Mar 2016 10:44:11 +0100 Subject: [PATCH] Fixed a typo in debug messages --- libfreerdp/core/rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreerdp/core/rdp.c b/libfreerdp/core/rdp.c index 8f3289038..43115fa2b 100644 --- a/libfreerdp/core/rdp.c +++ b/libfreerdp/core/rdp.c @@ -67,7 +67,7 @@ const char* DATA_PDU_TYPE_STRINGS[80] = "ARC Status", /* 0x32 */ "?", "?", "?", /* 0x33 - 0x35 */ "Status Info", /* 0x36 */ - "Monitor Layout" /* 0x37 */ + "Monitor Layout", /* 0x37 */ "FrameAcknowledge", "?", "?", /* 0x38 - 0x40 */ "?", "?", "?", "?", "?", "?" /* 0x41 - 0x46 */ };