diff options
Diffstat (limited to 'xfixes/select.c')
-rw-r--r-- | xfixes/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfixes/select.c b/xfixes/select.c index 3aa26d365..baf1ef8f4 100644 --- a/xfixes/select.c +++ b/xfixes/select.c @@ -211,7 +211,7 @@ ProcXFixesSelectSelectionInput (ClientPtr client) if (stuff->eventMask & ~SelectionAllEvents) { client->errorValue = stuff->eventMask; - return( BadValue ); + return BadValue; } return XFixesSelectSelectionInput (client, stuff->selection, pWin, stuff->eventMask); |