From 9030f1bdb11f385dac59e890e921d1276adc63c1 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 29 May 2007 19:24:11 +0000 Subject: [PATCH] * Whitespace :( --- code/win32/win_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }