Commit 77803344 authored by lu_zero's avatar lu_zero

fix a gcc warning, avoid an unnecessary operation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ca901891
......@@ -110,7 +110,7 @@ static double av_strtod(const char *name, char **tail) {
if(*next=='B') {
d*=8;
*next++;
next++;
}
}
/* if requested, fill in tail with the position after the last parsed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment