1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-01-12 03:25:29 +00:00

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