diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-04-20 16:32:07 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-04-20 16:32:07 +0000 |
commit | 9b8aded9a19c91688b00e7bf46b0d1e750e6a470 (patch) | |
tree | e3ddb92d209bc7900db61285b0e9ca6ea0eb5c08 /app/xkbcomp/xkbscan.c | |
parent | 59965ed6bc7f64f2121f10508622f5d58c8a8c1b (diff) |
Update to xkbcomp 1.0.4
Diffstat (limited to 'app/xkbcomp/xkbscan.c')
-rw-r--r-- | app/xkbcomp/xkbscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xkbcomp/xkbscan.c b/app/xkbcomp/xkbscan.c index 8d70220c7..ef2227d79 100644 --- a/app/xkbcomp/xkbscan.c +++ b/app/xkbcomp/xkbscan.c @@ -281,7 +281,7 @@ int ch; } struct _Keyword { - char *keyword; + const char *keyword; int token; } keywords[] = { { "xkb_keymap", XKB_KEYMAP }, |