should cause no problems

This commit is contained in:
Kuba 2023-11-29 13:34:49 +00:00
parent 3f0c3a3035
commit 7960582df4
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ int main(int argc, char **argv) {
int alternative_freq[100] = {};
int bypassfreqrange = 0;
int ct = 1;
float cutofffreq = 15700;
float cutofffreq = 16200;
// Parse command-line arguments
for(int i=1; i<argc; i++) {
char *arg = argv[i];