summaryrefslogtreecommitdiff
path: root/randr/rrsdispatch.c
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2008-11-08 12:18:13 -0500
committerJames Cloos <cloos@jhcloos.com>2008-11-08 12:21:20 -0500
commitb3c7e62664457a3802ebc23785446051624a8c2f (patch)
treeee5b7c80a614aca1f52fb8b0efb12d3689d7c767 /randr/rrsdispatch.c
parent21c116219cd5c6845a0955f2d88fdb5fab5c17cf (diff)
Remove some null statements.
Remove several doubled statement-terminal semicolons. Reported by Fernando Carrijo.
Diffstat (limited to 'randr/rrsdispatch.c')
-rw-r--r--randr/rrsdispatch.c2
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);