From 33e7febdbe4ee288139e2e4f3e6b6edf5b9cde7d Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Date: Mon, 21 Jun 2010 22:54:53 +0000
Subject: [PATCH] Remove stray semicolon.

Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavdevice/x11grab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index ab0a94ca203..0c4e0c461a6 100644
--- a/libavdevice/x11grab.c
+++ b/libavdevice/x11grab.c
@@ -260,7 +260,7 @@ paint_mouse_pointer(XImage *image, struct x11_grab *s)
     int to_line, to_column;
     int image_addr, xcim_addr;
 
-    xcim = XFixesGetCursorImage(dpy);;
+    xcim = XFixesGetCursorImage(dpy);
 
     x = xcim->x - xcim->xhot;
     y = xcim->y - xcim->yhot;
-- 
GitLab