diff options
| -rw-r--r-- | sound/mididrv.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index 65dcee84ae..4c639e68e6 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -160,7 +160,7 @@ void MidiDriver_WIN::fill_all() {  					break;  				case ME_TEMPO:  					/* change tempo event */ -					ev->dwEvent = (MEVT_TEMPO<<24) | (my_ev->event&0xFFFFFF); +					ev->dwEvent = (ME_TEMPO<<24) | (my_ev->event&0xFFFFFF);  					break;  				default:  					error("Invalid event type passed");  | 
