Remove extraneous parentheses (Wparentheses-equality)
This commit is contained in:
@@ -200,7 +200,7 @@ retry:
|
||||
printf ("\n");
|
||||
#endif
|
||||
|
||||
if ((err == -EAGAIN)) {
|
||||
if (err == -EAGAIN) {
|
||||
snd_rawmidi_drain (_device);
|
||||
goto retry;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user