diff options
Diffstat (limited to 'app/xkbcomp/xkbpath.c')
-rw-r--r-- | app/xkbcomp/xkbpath.c | 2 |
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')) { |