diff options
Diffstat (limited to 'xkill.c')
-rw-r--r-- | xkill.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ verify_okay_to_kill(Display *dpy, int screenno) int count = XGetPointerMapping (dpy, pointer_map, 256); int i; int button; - static char *msg = "the root window"; + const char *msg = "the root window"; Window root = RootWindow (dpy, screenno); int okay = 0; |