diff options
Diffstat (limited to 'Xi/devbell.c')
-rw-r--r-- | Xi/devbell.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Xi/devbell.c b/Xi/devbell.c index 539da1814..881524260 100644 --- a/Xi/devbell.c +++ b/Xi/devbell.c @@ -71,10 +71,8 @@ SOFTWARE. int SProcXDeviceBell(ClientPtr client) { - char n; - REQUEST(xDeviceBellReq); - swaps(&stuff->length, n); + swaps(&stuff->length); return (ProcXDeviceBell(client)); } |