add newline at the end of message
Originally committed as revision 15360 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e6ab862368
commit
3a9a15c4f3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user