mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
* Whitespace :(
This commit is contained in:
parent
4a82d86070
commit
9030f1bdb1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue