Merge commit '20ec0daaa1'
* commit '20ec0daaa1':
fft-test: Make global exptab variable static
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
54256482cb
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
# define FMT "%6d"
|
||||
#endif
|
||||
|
||||
struct {
|
||||
static struct {
|
||||
float re, im;
|
||||
} *exptab;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue