From 3a9a15c4f317034da562191845ab660b7e76b81d Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 18 Sep 2008 14:08:44 +0000 Subject: add newline at the end of message Originally committed as revision 15360 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/bmp.c') diff --git a/libavcodec/bmp.c b/libavcodec/bmp.c index 16a5e92825..ff34ab75f8 100644 --- a/libavcodec/bmp.c +++ b/libavcodec/bmp.c @@ -91,7 +91,7 @@ static int bmp_decode_frame(AVCodecContext *avctx, width = bytestream_get_le16(&buf); height = bytestream_get_le16(&buf); } else { - av_log(avctx, AV_LOG_ERROR, "unsupported BMP file, patch welcome"); + av_log(avctx, AV_LOG_ERROR, "unsupported BMP file, patch welcome\n"); return -1; } -- cgit v1.2.3