wmmsg.h: constified wmtab

This commit is contained in:
Ozkan Sezer 2021-01-05 15:15:37 +03:00
parent b032504162
commit 31751bdcce
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define MAX_WMMSG (sizeof(wmtab)/sizeof(wmtab[0]))
char *wmtab[] = {
const char *wmtab[] = {
"WM_NULL",
"WM_CREATE",
"WM_DESTROY",