summaryrefslogtreecommitdiff
path: root/randr/rroutput.c
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2007-03-05 15:31:44 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-03-05 15:31:44 -0800
commit689d52b6242434507a64a8fff27b01607628c393 (patch)
tree4122fab2651654db5ce623734b7e26c0be50541b /randr/rroutput.c
parentfe7b8f4237874e3e45fe25a6bf06faddfa1ab8e1 (diff)
Bugzilla #7145: fix build with gcc 2.95
Bugzilla #7145: <http://bugs.freedesktop.org/show_bug.cgi?id=7145> Patch #8987: <http://bugs.freedesktop.org/attachment.cgi?id=8987>
Diffstat (limited to 'randr/rroutput.c')
-rw-r--r--randr/rroutput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randr/rroutput.c b/randr/rroutput.c
index a66433015..df1741f5c 100644
--- a/randr/rroutput.c
+++ b/randr/rroutput.c
@@ -366,7 +366,7 @@ RROutputInit (void)
int
ProcRRGetOutputInfo (ClientPtr client)
{
- REQUEST(xRRGetOutputInfoReq);;
+ REQUEST(xRRGetOutputInfoReq);
xRRGetOutputInfoReply rep;
RROutputPtr output;
CARD8 *extra;