channels: Optimize storage of string tables.
This commit is contained in:
parent
1965d749ea
commit
ce28e06158
@ -32,7 +32,7 @@
|
||||
#include "cliprdr_main.h"
|
||||
#include "cliprdr_format.h"
|
||||
|
||||
char CB_MSG_TYPE_STRINGS[12][50] =
|
||||
static const char* const CB_MSG_TYPE_STRINGS[] =
|
||||
{
|
||||
"",
|
||||
"CB_MONITOR_READY",
|
||||
|
@ -39,7 +39,7 @@
|
||||
#define RAIL_ORDER_TYPE_GET_APPID_REQ 0x000E
|
||||
#define RAIL_ORDER_TYPE_GET_APPID_RESP 0x000F
|
||||
|
||||
uint8 RAIL_ORDER_TYPE_STRINGS[][32] =
|
||||
static const char* const RAIL_ORDER_TYPE_STRINGS[] =
|
||||
{
|
||||
"",
|
||||
"Execute",
|
||||
|
Loading…
Reference in New Issue
Block a user