summaryrefslogtreecommitdiff
path: root/randr/rrscreen.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/rrscreen.c
parent21c116219cd5c6845a0955f2d88fdb5fab5c17cf (diff)
Remove some null statements.
Remove several doubled statement-terminal semicolons. Reported by Fernando Carrijo.
Diffstat (limited to 'randr/rrscreen.c')
-rw-r--r--randr/rrscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rrscreen.c b/randr/rrscreen.c
index 9c2d09cc9..a910368b3 100644
--- a/randr/rrscreen.c
+++ b/randr/rrscreen.c
@@ -597,7 +597,7 @@ ProcRRGetScreenInfo (ClientPtr client)
if (!pScrPriv || !output)
{
rep.type = X_Reply;
- rep.setOfRotations = RR_Rotate_0;;
+ rep.setOfRotations = RR_Rotate_0;
rep.sequenceNumber = client->sequence;
rep.length = 0;
rep.root = WindowTable[pWin->drawable.pScreen->myNum]->drawable.id;