summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-06-28 20:14:05 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-06-28 20:15:16 +0930
commit596e081b7457dcd1c4ad555ac140e6999239bc0d (patch)
treeaf44dd8942c17e030825a6eb24efa66db6c55022 /include
parentf6af6dd2f76c12b56ec166bb771457b9f08fe246 (diff)
Fix unbalanced parenthesis in XKBlib.h # 16551
X.Org Bug 16551 <http://bugs.freedesktop.org/show_bug.cgi?id=16551>
Diffstat (limited to 'include')
-rw-r--r--include/X11/XKBlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/XKBlib.h b/include/X11/XKBlib.h
index e5e69b17..01972752 100644
--- a/include/X11/XKBlib.h
+++ b/include/X11/XKBlib.h
@@ -531,7 +531,7 @@ extern Bool XkbSetIndicatorMap(
#define XkbNoteIndicatorStateChanges(o,n,w)\
((o)->state_changes|=((n)->state_changes&(w)))
#define XkbGetIndicatorMapChanges(d,x,c) \
- (XkbGetIndicatorMap((d),(c)->map_changes,x)
+ (XkbGetIndicatorMap((d),(c)->map_changes,x))
#define XkbChangeIndicatorMaps(d,x,c) \
(XkbSetIndicatorMap((d),(c)->map_changes,x))