diff --git a/code/win32/win_input.c b/code/win32/win_input.c index ddb11656..1118f32d 100644 --- a/code/win32/win_input.c +++ b/code/win32/win_input.c @@ -1131,7 +1131,7 @@ static void IN_StartupMIDI( void ) CALLBACK_FUNCTION ) != MMSYSERR_NOERROR ) { Com_Printf( "WARNING: could not open MIDI device %d: '%s'\n", - in_mididevice->integer , s_midiInfo.caps[( int ) in_mididevice->value].szPname ); + in_mididevice->integer , s_midiInfo.caps[( int ) in_mididevice->value].szPname ); return; }