lavf/gifdec: cosmetics: remove extra whitespace

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-01-25 16:41:51 +00:00
parent 254e11cc01
commit d1d159d31e
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ resync:
if (ret >= 0 && !frame_parsed) {
/* This might happen when there is no image block
* between extension blocks and GIF_TRAILER or EOF */
return AVERROR_EOF;
return AVERROR_EOF;
} else
return ret;
}