From 08277a45c33f2e96dcef9878c6dafdeac9a01597 Mon Sep 17 00:00:00 2001 From: Piotr Bandurski Date: Sat, 1 Sep 2012 12:35:14 +0200 Subject: lavf: add missing new line to some error messages Signed-off-by: Michael Niedermayer --- libavformat/msnwc_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/msnwc_tcp.c') diff --git a/libavformat/msnwc_tcp.c b/libavformat/msnwc_tcp.c index be0245560d..0ac1c30747 100644 --- a/libavformat/msnwc_tcp.c +++ b/libavformat/msnwc_tcp.c @@ -92,7 +92,7 @@ static int msnwc_tcp_read_header(AVFormatContext *ctx) while(avio_r8(pb) != HEADER_SIZE && !url_feof(pb)); if(url_feof(pb)) { - av_log(ctx, AV_LOG_ERROR, "Could not find valid start."); + av_log(ctx, AV_LOG_ERROR, "Could not find valid start.\n"); return -1; } -- cgit v1.2.3