From 7bb505a33ca131906b2ceb2f298e104c862740ea Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 27 Aug 2014 04:43:49 +0200 Subject: x11grab: Drop a spurious space in the extension reporting message Signed-off-by: Diego Biurrun --- libavdevice/x11grab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/x11grab.c') diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index c707ae82ac..9031f946bf 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -223,7 +223,7 @@ static int x11grab_read_header(AVFormatContext *s1) use_shm = XShmQueryExtension(dpy); av_log(s1, AV_LOG_INFO, - "shared memory extension %s found\n", use_shm ? "" : "not"); + "shared memory extension %sfound\n", use_shm ? "" : "not "); if (use_shm) { int scr = XDefaultScreen(dpy); -- cgit v1.2.3