summaryrefslogtreecommitdiff
path: root/xmodmap.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-07-17 13:27:50 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-07-17 13:27:50 -0700
commit658d0022a87c5d3afe3e006e539c5c1b981a8d73 (patch)
tree32a42bdafe028982f8b76300a40fec62981cbd34 /xmodmap.c
parentb7aafba248db5e9c3ba39e4819d0b9ae156d2c82 (diff)
Constify some simple cases
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;