rdp.c : fix DATA_PDU_TYPE_STRINGS mismatch declaration when WITH_DEBUG_ALL=ON

This commit is contained in:
xie.kunming 2019-12-16 18:09:18 +08:00 committed by akallabeth
parent 814771eed5
commit e16bef6b4f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define TAG FREERDP_TAG("core.rdp")
static const char* DATA_PDU_TYPE_STRINGS[80] = {
const char* DATA_PDU_TYPE_STRINGS[80] = {
"?",
"?", /* 0x00 - 0x01 */
"Update", /* 0x02 */