add new lines

This commit is contained in:
Kuba 2024-03-29 15:34:24 +01:00 committed by GitHub
parent 3fe50d58f7
commit 09fd9646d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -344,9 +344,9 @@ int main(int argc, char **argv) {
}
if(limiterchanges) {
if(limiter_threshold > 0.8) {
printf("You changed the limiter settings, audio might be quiet now");
printf("You changed the limiter settings, audio might be quiet now\n");
} else { //we've incremented it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (69 lol)
printf("You changed the limiter settings, be careful.");
printf("You changed the limiter settings, be careful.\n");
}
}
if(!enable_compressor) {