OSDN Git Service

Remove stray semicolon.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 21 Jun 2010 22:54:53 +0000 (22:54 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 21 Jun 2010 22:54:53 +0000 (22:54 +0000)
Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavdevice/x11grab.c

index ab0a94c..0c4e0c4 100644 (file)
@@ -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;