summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Hahn <pmhahn@users.sourceforge.net>2004-04-07 19:35:38 +0000
committerPhilipp Hahn <pmhahn@users.sourceforge.net>2004-04-07 19:35:38 +0000
commit9317450b8614ebd51c4e6bf8bc362fded6449268 (patch)
tree0f4eab6795719676ed70746518039056fe3d04f7 /src
parent4a5df6703edb88372bc451d7aa5ee373f0d2aa88 (diff)
downloadxine-lib-9317450b8614ebd51c4e6bf8bc362fded6449268.tar.gz
xine-lib-9317450b8614ebd51c4e6bf8bc362fded6449268.tar.bz2
+\n
CVS patchset: 6344 CVS date: 2004/04/07 19:35:38
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_xv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index da57425bc..715b07761 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xv.c,v 1.193 2004/03/23 09:46:11 esnel Exp $
+ * $Id: video_out_xv.c,v 1.194 2004/04/07 19:35:42 pmhahn Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -297,7 +297,7 @@ static XvImage *create_ximage (xv_driver_t *this, XShmSegmentInfo *shminfo,
if (shminfo->shmid < 0 ) {
xprintf(this->xine, XINE_VERBOSITY_LOG,
- _("video_out_xv: shared memory error in shmget: %s"
+ _("video_out_xv: shared memory error in shmget: %s\n"
"video_out_xv: => not using MIT Shared Memory extension.\n"), strerror(errno));
this->use_shm = 0;
goto finishShmTesting;