summaryrefslogtreecommitdiff
path: root/xkbpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'xkbpath.c')
-rw-r--r--xkbpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbpath.c b/xkbpath.c
index ffedd5a..0e1beab 100644
--- a/xkbpath.c
+++ b/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')) {