summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-03-22 14:30:58 +0000
committerDaniel Stone <daniel@fooishbar.org>2012-03-22 14:30:58 +0000
commitcfb07724b7a5572e653a394f7c986ad6b5ee5fc8 (patch)
treee2477990b4b66bc0a71cff478b394fadf745a182 /src
parentaaffcef35d692b0c77fe88d63ac6d9c669aad080 (diff)
downloadxorg-lib-libxkbcommon-cfb07724b7a5572e653a394f7c986ad6b5ee5fc8.tar.gz
Fix documentation bugs with mod/group state API
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index c0020ae..6af6d28 100644
--- a/src/map.c
+++ b/src/map.c
@@ -185,7 +185,7 @@ xkb_map_group_get_index(struct xkb_desc *xkb, const char *name)
return i;
}
- return XKB_MOD_INVALID;
+ return XKB_GROUP_INVALID;
}
/**