mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
wmmsg.h: constified wmtab
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#define MAX_WMMSG (sizeof(wmtab)/sizeof(wmtab[0]))
|
||||
|
||||
char *wmtab[] = {
|
||||
const char *wmtab[] = {
|
||||
"WM_NULL",
|
||||
"WM_CREATE",
|
||||
"WM_DESTROY",
|
||||
|
||||
Reference in New Issue
Block a user