diff --git a/lib/hilbert.h b/lib/hilbert.h index 2caa42e..86a3e13 100644 --- a/lib/hilbert.h +++ b/lib/hilbert.h @@ -8,7 +8,7 @@ typedef struct { float* delay; int dptr; - float coeffs[NZEROS] + float coeffs[NZEROS]; } HilbertTransformer; void init_hilbert(HilbertTransformer *hilbert);