Skip to content

Commit

Permalink
Fix typo on cava.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gspr authored and karlstav committed May 28, 2024
1 parent a2f314d commit b7ed7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cava.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co
if (timeout_counter > 2000) {
cleanup();
fprintf(stderr, "could not get rate and/or format, problems with audio thread? "
"quiting...\n");
"quitting...\n");
exit(EXIT_FAILURE);
}
}
Expand Down

0 comments on commit b7ed7f2

Please sign in to comment.