Commit c117da9d authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Vittorio Giovara

lpc: remove unneeded {}

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bc75b64c
......@@ -152,7 +152,7 @@ static inline int compute_lpc_coefs(const LPC_TYPE *autoc, int max_order,
int normalize)
{
int i, j;
LPC_TYPE err = { 0 };
LPC_TYPE err = 0;
LPC_TYPE *lpc_last = lpc;
if (normalize)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment