summaryrefslogtreecommitdiff
path: root/libavcodec/bmp.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2008-09-18 14:08:44 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2008-09-18 14:08:44 +0000
commit3a9a15c4f317034da562191845ab660b7e76b81d (patch)
tree6fe160065d89a5be431a4807ab82c3c7d20dca32 /libavcodec/bmp.c
parente6ab862368fdde3856fce02a5f11451fc8d8ea48 (diff)
add newline at the end of message
Originally committed as revision 15360 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bmp.c')
-rw-r--r--libavcodec/bmp.c2
1 files changed, 1 insertions, 1 deletions
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;
}