1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

wmaker: Added missing const attribute

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-11-23 18:14:04 +01:00
committed by Carlos R. Mafra
parent 2658ed0fb2
commit c7e6b3a18f

View File

@@ -35,7 +35,7 @@
static Atom Clipboard = 0;
#endif
static char *requestCodes[] = {
static const char *requestCodes[] = {
"DUMMY",
"X_CreateWindow",
"X_ChangeWindowAttributes",