diff options
Diffstat (limited to 'cmd/cmd_fir1p.c')
-rw-r--r-- | cmd/cmd_fir1p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd_fir1p.c b/cmd/cmd_fir1p.c index b011719..716d432 100644 --- a/cmd/cmd_fir1p.c +++ b/cmd/cmd_fir1p.c @@ -46,7 +46,7 @@ int fir1filter(double *coeffs, double *input, double *output, void *cmd_fir1p(void *data) { char *ret = NULL; - int i=0,j=0; + int i=0; if (data == NULL) { |