Fix ifdef typo leftover from clang fix

This commit is contained in:
Tres Finocchiaro
2014-12-17 14:20:58 -05:00
parent 448b783e8b
commit 3c5d940561

View File

@@ -76,7 +76,7 @@ unsigned int fft_length[IMPULSES];
#ifdef __clang__
void impulse2freq(int id, float *imp, unsigned int length, fftw_real *out)
#elif
#else
inline void impulse2freq(int id, float *imp, unsigned int length, fftw_real *out)
#endif
{