summaryrefslogtreecommitdiff
path: root/test/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/state.c')
-rw-r--r--test/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/state.c b/test/state.c
index d405b3e..1d8d138 100644
--- a/test/state.c
+++ b/test/state.c
@@ -215,7 +215,7 @@ main(void)
.options = NULL,
};
- context = xkb_context_new();
+ context = xkb_context_new(0);
assert(context);
xkb = xkb_map_new_from_names(context, &rmlvo, 0);