From f83ff4ea6e2f33e934ad04eb1e5ac17d01fe8f0b Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 30 Mar 2003 10:51:01 +0000 Subject: [PATCH] Changed faulty #elif into #else Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@841 --- src/gui/midi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/midi.cpp b/src/gui/midi.cpp index 692784ec..589a2416 100644 --- a/src/gui/midi.cpp +++ b/src/gui/midi.cpp @@ -80,7 +80,7 @@ MidiHandler Midi_none; #include "midi_win32.h" -#elif +#else #include "midi_oss.h"