mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[core] fix typo in debug string
This commit is contained in:
parent
2a1a411eaf
commit
45a54b1883
@ -1497,7 +1497,7 @@ const char* pdu_type_to_str(UINT16 pduType, char* buffer, size_t length)
|
||||
str = "PDU_TYPE_FLOW_STOP";
|
||||
break;
|
||||
default:
|
||||
str = "PRU_TYPE_UNKNOWN";
|
||||
str = "PDU_TYPE_UNKNOWN";
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user