summaryrefslogtreecommitdiff
path: root/src/xkbcomp/include.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xkbcomp/include.c')
-rw-r--r--src/xkbcomp/include.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbcomp/include.c b/src/xkbcomp/include.c
index 556b438..cf90384 100644
--- a/src/xkbcomp/include.c
+++ b/src/xkbcomp/include.c
@@ -267,7 +267,7 @@ ProcessIncludeFile(struct xkb_context *ctx, IncludeStmt *stmt,
file = FindFileInXkbPath(ctx, stmt->file, file_type, NULL);
if (!file)
- return false;
+ return NULL;
xkb_file = XkbParseFile(ctx, file, stmt->file, stmt->map);
fclose(file);