diff options
author | James Cloos <cloos@jhcloos.com> | 2008-11-08 12:18:13 -0500 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-11-08 12:21:20 -0500 |
commit | b3c7e62664457a3802ebc23785446051624a8c2f (patch) | |
tree | ee5b7c80a614aca1f52fb8b0efb12d3689d7c767 /xkb | |
parent | 21c116219cd5c6845a0955f2d88fdb5fab5c17cf (diff) |
Remove some null statements.
Remove several doubled statement-terminal semicolons.
Reported by Fernando Carrijo.
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/xkb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,7 +420,7 @@ _XkbBell(ClientPtr client, DeviceIntPtr dev, WindowPtr pWin, } } else { - client->errorValue = _XkbErrCode2(0x7, bellClass);; + client->errorValue = _XkbErrCode2(0x7, bellClass); return BadValue; } |