changeset 5018:2d29b49bae3e libavformat

cosmetics: Prettyprint one more line to have columns line up.
author diego
date Thu, 11 Jun 2009 20:45:35 +0000
parents 1763f7d0d8d0
children 54007c06cf7c
files id3v2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/id3v2.c	Thu Jun 11 15:35:23 2009 +0000
+++ b/id3v2.c	Thu Jun 11 20:45:35 2009 +0000
@@ -33,7 +33,7 @@
            (buf[6] & 0x80) ==    0 &&
            (buf[7] & 0x80) ==    0 &&
            (buf[8] & 0x80) ==    0 &&
-           (buf[9] & 0x80) == 0;
+           (buf[9] & 0x80) ==    0;
 }
 
 int ff_id3v2_tag_len(const uint8_t * buf)