mirror of https://github.com/OpenTTD/OpenTTD
(svn r19822) -Fix (r19814): missing semicolon
parent
270b5fdaaf
commit
895e3c312a
|
@ -41,7 +41,7 @@
|
||||||
static FMusicDriver_QtMidi iFMusicDriver_QtMidi;
|
static FMusicDriver_QtMidi iFMusicDriver_QtMidi;
|
||||||
|
|
||||||
|
|
||||||
static const uint MIDI_TYPE = 'Midi' ///< OSType code for MIDI songs.
|
static const uint MIDI_TYPE = 'Midi'; ///< OSType code for MIDI songs.
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue