Commit 1297e859 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winedump: Make some data const.

parent 720ab29a
......@@ -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 */
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment