mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Remove extraneous parentheses (Wparentheses-equality)
This commit is contained in:
parent
e0f7ede400
commit
5514cc4fe8
2 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ retry:
|
|||
|
||||
ssize_t err = snd_seq_event_output(_seq, &alsa_event);
|
||||
|
||||
if ((err == -EAGAIN)) {
|
||||
if (err == -EAGAIN) {
|
||||
snd_seq_drain_output (_seq);
|
||||
goto retry;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue