channels: Optimize storage of string tables.

This commit is contained in:
Mike Gilbert 2011-11-30 19:11:27 -05:00
parent 1965d749ea
commit ce28e06158
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",