From e77a10f33c14e51508aa51d35473bdbf1bc8cab6 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Wed, 1 Jan 2025 02:07:16 +0100 Subject: [PATCH] fix --- lib/hilbert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);