Mercurial > libavcodec.hg
changeset 8343:a6ca9f8642d6 libavcodec
Remove ending period in a log message, which was inconsistent with
most other messages.
author | stefano |
---|---|
date | Mon, 15 Dec 2008 22:40:28 +0000 |
parents | e76576f38ade |
children | 844463c05193 |
files | opt.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/opt.c Mon Dec 15 22:22:51 2008 +0000 +++ b/opt.c Mon Dec 15 22:40:28 2008 +0000 @@ -54,7 +54,7 @@ return NULL; if(o->max*den < num*intnum || o->min*den > num*intnum) { - av_log(NULL, AV_LOG_ERROR, "Value %lf for parameter '%s' out of range.\n", num, name); + av_log(NULL, AV_LOG_ERROR, "Value %lf for parameter '%s' out of range\n", num, name); return NULL; }