winedump: Make some data const.

This commit is contained in:
Dmitry Timoshkov 2006-11-28 18:38:22 +08:00 committed by Alexandre Julliard
parent 720ab29a7f
commit 1297e859b3
2 changed files with 2 additions and 2 deletions

View File

@ -597,7 +597,7 @@ struct stab_nlist
unsigned long n_value;
};
static const char* stabs_defs[] = {
static const char * const stabs_defs[] = {
NULL,NULL,NULL,NULL, /* 00 */
NULL,NULL,NULL,NULL, /* 08 */
NULL,NULL,NULL,NULL, /* 10 */

View File

@ -830,7 +830,7 @@ void dump_separate_dbg(void)
static const char *get_resource_type( unsigned int id )
{
static const char *types[] =
static const char * const types[] =
{
NULL,
"CURSOR",