[core,gateway] fix rdg_pkt_type_to_string

This commit is contained in:
Armin Novak
2026-02-23 11:28:13 +01:00
parent 3d8bcd1c71
commit c3c9a723e0

View File

@@ -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)
{