summaryrefslogtreecommitdiff
path: root/xmodmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmodmap.c')
-rw-r--r--xmodmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmodmap.c b/xmodmap.c
index c59f07b..fa50781 100644
--- a/xmodmap.c
+++ b/xmodmap.c
@@ -35,7 +35,7 @@ from The Open Group.
#include <ctype.h>
#include "xmodmap.h"
-char *ProgramName;
+const char *ProgramName;
Display *dpy = NULL;
int min_keycode, max_keycode;
Bool verbose = False;