Commit 54256482 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '20ec0daa'

* commit '20ec0daa':
  fft-test: Make global exptab variable static
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d0cb6caf 20ec0daa
......@@ -63,7 +63,7 @@
# define FMT "%6d"
#endif
struct {
static struct {
float re, im;
} *exptab;
......
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