path: fix error message

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-07-14 12:37:25 +03:00
parent d705c5d97c
commit 70683f7deb
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ XkbFindFileInPath(struct xkb_context *ctx,
if (file == NULL) {
ERROR("Couldn't open file (%s/%s/%s): %s\n",
xkb_context_include_path_get(ctx, i), typeDir, name,
strerror(-errno));
strerror(errno));
ACTION("Ignored\n");
continue;
}