summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-03-08 15:19:14 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-03-08 15:19:44 -0800
commit7845c6ade82085488192bd76729d92fb7b534cc0 (patch)
tree46a1e09283f6be2fc84047ab32f58efa16794aa5 /src/i830_dri.c
parent9656d329e4df28cfe138b657d04e5136bc794ce2 (diff)
DRI2: fixup stray curly brace
Got left in the wrong column after the last cleanup. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'src/i830_dri.c')
-rw-r--r--src/i830_dri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c
index 88e9d906..a81eada8 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -553,7 +553,7 @@ void I830DRI2FrameEventHandler(unsigned int frame, unsigned int tv_sec,
I830DRI2CopyRegion(drawable,
&region, event->front, event->back);
swap_type = DRI2_BLIT_COMPLETE;
- }
+ }
DRI2SwapComplete(event->client, drawable, frame, tv_sec, tv_usec,
swap_type,
event->event_complete, event->event_data);