Mercurial > libavcodec.hg
changeset 6858:f8365275c4f4 libavcodec
Indent
author | vitor |
---|---|
date | Sat, 24 May 2008 20:52:50 +0000 |
parents | e62bb30dc9ea |
children | 2df67a1a76b7 |
files | ra144.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ra144.c Sat May 24 20:51:56 2008 +0000 +++ b/ra144.c Sat May 24 20:52:50 2008 +0000 @@ -188,8 +188,8 @@ if (res == 0) return 0; - if (res > 0x10000) - return 0; /* We're screwed, might as well go out with a bang. :P */ + if (res > 0x10000) + return 0; /* We're screwed, might as well go out with a bang. :P */ while (res <= 0x3fff) { b++;