From 33e7febdbe4ee288139e2e4f3e6b6edf5b9cde7d Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 21 Jun 2010 22:54:53 +0000 Subject: 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 ab0a94ca20..0c4e0c461a 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; -- cgit v1.2.3