diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-17 13:27:50 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-17 13:27:50 -0700 |
commit | 658d0022a87c5d3afe3e006e539c5c1b981a8d73 (patch) | |
tree | 32a42bdafe028982f8b76300a40fec62981cbd34 /xmodmap.c | |
parent | b7aafba248db5e9c3ba39e4819d0b9ae156d2c82 (diff) |
Constify some simple cases
Diffstat (limited to 'xmodmap.c')
-rw-r--r-- | xmodmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |