From 72195ab39c10e18e6f944e1a7eec19a7a3137bc1 Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 8 Dec 2020 10:58:30 +0100 Subject: [PATCH] typo corrected from last action --- filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter.c b/filter.c index 1cee113..19efdc7 100644 --- a/filter.c +++ b/filter.c @@ -51,7 +51,7 @@ FILTER filterDIGL[FILTERS]={ {-5000, 0,"5.0k"}, {-4000, 0,"4.0k"}, {-3000, 0,"3.0k"}, - {-2750 -250,"2.5k"}, + {-2750, -250,"2.5k"}, {-2500, -500,"2.0k"}, {-2250, -750,"1.5k"}, {-2000,-1000,"1.0k"}, -- 2.45.2