mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,gateway] fix rdg_pkt_type_to_string
This commit is contained in:
@@ -213,7 +213,7 @@ static const char* rdg_pkt_type_to_string(int type)
|
||||
{
|
||||
#define ENTRY(x) \
|
||||
case x: \
|
||||
return "#x"
|
||||
return #x
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user