mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core] fix typo in debug string
This commit is contained in:
committed by
Martin Fleisz
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user