fft-test: Make global exptab variable static

This commit is contained in:
Diego Biurrun 2014-07-21 01:53:16 -07:00
parent 2b6ab3a2bd
commit 20ec0daaa1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
# define FMT "%6d"
#endif
struct {
static struct {
float re, im;
} *exptab;