summaryrefslogtreecommitdiff
path: root/app/xkbcomp/xkbpath.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-04-20 16:32:07 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-04-20 16:32:07 +0000
commit9b8aded9a19c91688b00e7bf46b0d1e750e6a470 (patch)
treee3ddb92d209bc7900db61285b0e9ca6ea0eb5c08 /app/xkbcomp/xkbpath.c
parent59965ed6bc7f64f2121f10508622f5d58c8a8c1b (diff)
Update to xkbcomp 1.0.4
Diffstat (limited to 'app/xkbcomp/xkbpath.c')
-rw-r--r--app/xkbcomp/xkbpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xkbcomp/xkbpath.c b/app/xkbcomp/xkbpath.c
index ffedd5acc..0e1beab04 100644
--- a/app/xkbcomp/xkbpath.c
+++ b/app/xkbcomp/xkbpath.c
@@ -157,7 +157,7 @@ register int i;
}
Bool
-XkbAddDirectoryToPath(char *dir)
+XkbAddDirectoryToPath(const char *dir)
{
int len;
if ((dir==NULL)||(dir[0]=='\0')) {