wma_common: Fix typo in log message.
[paraslash.git] / wma_common.c
index 8886a061751caaa6c16375e244ea92a8f18a212d..88873c956ebd2293779b6d79699eaf8725871b5f 100644 (file)
@@ -107,7 +107,7 @@ int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi)
 
        ahi->flags1 = read_u32(start + 56);
        ahi->flags2 = read_u16(start + 60);
-       PARA_INFO_LOG("read_asf_header: flags1: %d, flag2: %d\n",
+       PARA_INFO_LOG("read_asf_header: flags1: %d, flags2: %d\n",
                ahi->flags1, ahi->flags2);
        ahi->use_exp_vlc = ahi->flags2 & 0x0001;
        ahi->use_bit_reservoir = ahi->flags2 & 0x0002;