wmmsg.h: constified wmtab

This commit is contained in:
Ozkan Sezer 2021-01-05 15:15:37 +03:00
parent b032504162
commit 31751bdcce

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