mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
braces please
This commit is contained in:
parent
d5074be4f1
commit
54ef5fadc2
1 changed files with 2 additions and 1 deletions
|
|
@ -657,8 +657,9 @@ smf_event_is_textual(const smf_event_t *event)
|
|||
return (0);
|
||||
}
|
||||
|
||||
if (event->midi_buffer_length < 4)
|
||||
if (event->midi_buffer_length < 4) {
|
||||
return (0);
|
||||
}
|
||||
|
||||
if (event->midi_buffer[3] < 1 || event->midi_buffer[3] > 9)
|
||||
return (0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue