From 05f3b6ab0604ba8ff3feb2d730855bcd681f5ebb Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Wed, 13 Dec 2006 09:14:30 +0000 Subject: [PATCH] remove trailing whitespace left over Originally committed as revision 7310 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/x11grab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c index b9393e68a1..2f200e8c94 100644 --- a/libavformat/x11grab.c +++ b/libavformat/x11grab.c @@ -365,7 +365,7 @@ paint_mouse_pointer(XImage *image, x11_grab_t *s, int x, int y) * Reads new data in the image structure. * * @param dpy X11 display to grab from - * @param d + * @param d * @param image Image where the grab will be put * @param x Top-Left grabbing rectangle horizontal coordinate * @param y Top-Left grabbing rectangle vertical coordinate