diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/win32/win_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/win32/win_input.c b/code/win32/win_input.c index ddb1165..1118f32 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; } |