X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opus_common.c;h=67a8841e8b8ce7fe172043a144332cb1db4c577f;hp=927df1f3c2f881fb036b13df50fbd49b43ec568d;hb=ea629830b9a9901df24e630692b7e4367802fa73;hpb=82d34d62888bc4d7b2d06ce52d66d6fc79af6034 diff --git a/opus_common.c b/opus_common.c index 927df1f3..67a8841e 100644 --- a/opus_common.c +++ b/opus_common.c @@ -104,7 +104,7 @@ int opus_parse_header(const char *packet, int len, struct opus_header *h) if (!read_chars(&p, &ch, 1)) return -E_OPUS_HEADER; h->version = ch; - if((h->version & 240) != 0) /* Only major version 0 supported. */ + if ((h->version & 240) != 0) /* Only major version 0 supported. */ return -E_OPUS_HEADER; if (!read_chars(&p, &ch, 1))