提交 33e7febd 编写于 作者: C Carl Eugen Hoyos

Remove stray semicolon.

Originally committed as revision 23691 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 843b5fd0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册