summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-05-16 12:24:01 -0700
committerKeith Packard <keithp@keithp.com>2019-10-23 14:16:30 -0700
commit0cf15714e1253f4ef61bb5e1f825b318a48b3cac (patch)
treeaa41aa7e96cae75cf708c3fa3c9230acbe82e5bd
parent427f8bc00981703abe3153b6da575faa69fe2748 (diff)
modesetting: typo in drmmode_display.c -- ',' instead of ';' at end of line
This seems like a simple typo to me; thanks to C it isn't caught by the compiler. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/xfree86/drivers/modesetting/drmmode_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c
index f621df52f..0e06ae48e 100644
--- a/hw/xfree86/drivers/modesetting/drmmode_display.c
+++ b/hw/xfree86/drivers/modesetting/drmmode_display.c
@@ -1870,7 +1870,7 @@ drmmode_shadow_create(xf86CrtcPtr crtc, void *data, int width, int height)
}
pPixData = drmmode_bo_map(drmmode, &drmmode_crtc->rotate_bo);
- rotate_pitch = drmmode_bo_get_pitch(&drmmode_crtc->rotate_bo),
+ rotate_pitch = drmmode_bo_get_pitch(&drmmode_crtc->rotate_bo);
rotate_pixmap = drmmode_create_pixmap_header(scrn->pScreen,
width, height,