Mercurial > libavcodec.hg
changeset 7887:44da2504ce69 libavcodec
add newline at the end of message
author | kostya |
---|---|
date | Thu, 18 Sep 2008 14:08:44 +0000 |
parents | 90f13ad5d6e3 |
children | d0489fa75c41 |
files | bmp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bmp.c Thu Sep 18 13:17:44 2008 +0000 +++ b/bmp.c Thu Sep 18 14:08:44 2008 +0000 @@ -91,7 +91,7 @@ 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; }