]> git.sesse.net Git - vlc/blobdiff - src/misc/filter_chain.c
No need to add a '\n' at the end of messages passed to msg_*
[vlc] / src / misc / filter_chain.c
index 65a822bd7b661fb02d0add8d55643565e8e7f565..e1d065d346c6375387a0b47e295e2768f7a912ec 100644 (file)
@@ -458,7 +458,7 @@ static picture_t *VideoBufferNew( filter_t *p_filter )
                                         p_fmt->i_width, p_fmt->i_height,
                                         p_fmt->i_aspect );
     if( !p_picture )
-        msg_Err( p_filter, "Failed to allocate picture\n" );
+        msg_Err( p_filter, "Failed to allocate picture" );
     return p_picture;
 }
 static void VideoBufferDelete( filter_t *p_filter, picture_t *p_picture )