winearts: Make some data const.

This commit is contained in:
Dmitry Timoshkov 2006-12-14 22:46:23 +08:00 committed by Alexandre Julliard
parent 56e725e152
commit 0b988c73c9
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ static DWORD wodDsCreate(UINT wDevID, PIDSDRIVER* drv);
static DWORD wodDsDesc(UINT wDevID, PDSDRIVERDESC desc);
/* These strings used only for tracing */
static const char *wodPlayerCmdString[] = {
static const char * const wodPlayerCmdString[] = {
"WINE_WM_PAUSING",
"WINE_WM_RESTARTING",
"WINE_WM_RESETTING",