Mercurial > audlegacy-plugins
changeset 3009:201bc2617f0d
GCC wanted *another* set of braces. Okay.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Wed, 08 Apr 2009 23:01:09 +0100 |
parents | 281fc9f7f126 |
children | 0ca39a9582f2 |
files | src/aac/libfaad2/sbr_dec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/aac/libfaad2/sbr_dec.c Wed Apr 08 22:46:53 2009 +0100 +++ b/src/aac/libfaad2/sbr_dec.c Wed Apr 08 23:01:09 2009 +0100 @@ -602,8 +602,8 @@ uint8_t l, k; uint8_t dont_process = 0; uint8_t ret = 0; - ALIGN qmf_t X_left[38][64] = {{0}}; - ALIGN qmf_t X_right[38][64] = {{0}}; /* must set this to 0 */ + ALIGN qmf_t X_left[38][64] = {{{0}}}; + ALIGN qmf_t X_right[38][64] = {{{0}}}; /* must set this to 0 */ if (sbr == NULL) return 20;