Mercurial > libavformat.hg
changeset 4075:56204ba7a2c5 libavformat
Fix indenting.
author | rbultje |
---|---|
date | Thu, 11 Dec 2008 18:48:08 +0000 |
parents | 58051a1dc7ea |
children | a5c615b9d8ec |
files | rmdec.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rmdec.c Thu Dec 11 10:42:06 2008 +0000 +++ b/rmdec.c Thu Dec 11 18:48:08 2008 +0000 @@ -67,9 +67,9 @@ get_str8(pb, s->copyright, sizeof(s->copyright)); get_str8(pb, s->comment, sizeof(s->comment)); if ((startpos + (version & 0xffff)) >= url_ftell(pb) + 2) { - // fourcc (should always be "lpcJ") - get_byte(pb); - get_str8(pb, buf, sizeof(buf)); + // fourcc (should always be "lpcJ") + get_byte(pb); + get_str8(pb, buf, sizeof(buf)); } // Skip extra header crap (this should never happen) if ((startpos + (version & 0xffff)) > url_ftell(pb))