13
0

braces, please

This commit is contained in:
Paul Davis 2016-12-14 11:40:07 +00:00
parent 8002a0c66e
commit d5074be4f1

View File

@ -653,8 +653,9 @@ make_string(const unsigned char *buf, const size_t buffer_length, uint32_t len)
int
smf_event_is_textual(const smf_event_t *event)
{
if (!smf_event_is_metadata(event))
if (!smf_event_is_metadata(event)) {
return (0);
}
if (event->midi_buffer_length < 4)
return (0);