Changeset 1910:f0eecb1db11b in roaraudio


Ignore:
Timestamp:
05/26/09 13:35:14 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/midi.c

    r1909 r1910  
    340340 
    341341  if (mes->type == MIDI_TYPE_CLOCK_TICK || mes->type == MIDI_TYPE_CLOCK_START || mes->type == MIDI_TYPE_CLOCK_STOP ) { 
    342    if ( send_clock ) 
     342   if ( send_clock ) { 
    343343    if ( stream_vio_s_write(ss, &(mes->type), 1) != 1 ) { 
    344344     streams_delete(id); 
Note: See TracChangeset for help on using the changeset viewer.