fix indentation

Originally committed as revision 8499 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-03-24 23:23:51 +00:00
parent 36376fa3ba
commit 93e91145b4
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static int lzw_get_code(struct LZWState * s)
s->bs--;
}
c = s->bbuf & s->curmask;
s->bbuf >>= s->cursize;
s->bbuf >>= s->cursize;
} else { // TIFF
while (s->bbits < s->cursize) {
if (s->pbuf >= s->ebuf) {