# HG changeset patch # User rbultje # Date 1229021288 0 # Node ID 56204ba7a2c5c0f4fb34813142be1a593a738abf # Parent 58051a1dc7eabd60bacf27f5a5065ae3a8914bf8 Fix indenting. diff -r 58051a1dc7ea -r 56204ba7a2c5 rmdec.c --- 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))