diff options
Diffstat (limited to 'xkbpath.c')
-rw-r--r-- | xkbpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ register int i; } Bool -XkbAddDirectoryToPath(char *dir) +XkbAddDirectoryToPath(const char *dir) { int len; if ((dir==NULL)||(dir[0]=='\0')) { |