mirror of https://github.com/FreeRDP/FreeRDP
rdp.c : fix DATA_PDU_TYPE_STRINGS mismatch declaration when WITH_DEBUG_ALL=ON
This commit is contained in:
parent
814771eed5
commit
e16bef6b4f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue