diff options
Diffstat (limited to 'randr/rrsdispatch.c')
-rw-r--r-- | randr/rrsdispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rrsdispatch.c b/randr/rrsdispatch.c index 80d16b75a..5037b9e32 100644 --- a/randr/rrsdispatch.c +++ b/randr/rrsdispatch.c @@ -125,7 +125,7 @@ static int SProcRRGetOutputInfo (ClientPtr client) { int n; - REQUEST(xRRGetOutputInfoReq);; + REQUEST(xRRGetOutputInfoReq); REQUEST_SIZE_MATCH(xRRGetOutputInfoReq); swaps(&stuff->length, n); |