diff options
| author | Jonathan Gray | 2003-06-15 01:05:03 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2003-06-15 01:05:03 +0000 |
| commit | 9ce9ce620f5210e4293c7c0452509d48fecd0b69 (patch) | |
| tree | ea96ac8c99b049f276b05947d8776fd53d522836 | |
| parent | acec45a4834c4254a3e43427a204690414e8d6c8 (diff) | |
| download | scummvm-rg350-9ce9ce620f5210e4293c7c0452509d48fecd0b69.tar.gz scummvm-rg350-9ce9ce620f5210e4293c7c0452509d48fecd0b69.tar.bz2 scummvm-rg350-9ce9ce620f5210e4293c7c0452509d48fecd0b69.zip | |
fix typo
svn-id: r8495
| -rw-r--r-- | backends/midi/adlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/adlib.cpp b/backends/midi/adlib.cpp index d7279b70ab..58a43dde12 100644 --- a/backends/midi/adlib.cpp +++ b/backends/midi/adlib.cpp @@ -875,7 +875,7 @@ void MidiDriver_ADLIB::close() { // Detach the premix callback handler _mixer->setupPremix (0, 0); - // Turn of the OPL emulation + // Turn off the OPL emulation YM3812Shutdown(); _isOpen = false; |
