diff --git a/src/common/ac3_common.cpp b/src/common/ac3_common.cpp index d6e0e74cf..a52adb561 100644 --- a/src/common/ac3_common.cpp +++ b/src/common/ac3_common.cpp @@ -78,7 +78,7 @@ find_ac3_header(unsigned char *buf, default: return -1; } - switch(header.flags & A52_CHANNEL_MASK) { + switch (header.flags & A52_CHANNEL_MASK) { case A52_MONO: header.channels=1; break;