mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Remove stray semicolon.
Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
843b5fd0fe
commit
33e7febdbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue