* Whitespace :(

This commit is contained in:
Tim Angus 2007-05-29 19:24:11 +00:00
parent 4a82d86070
commit 9030f1bdb1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}