diff options
author | Torbjörn Andersson | 2010-07-26 06:10:47 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2010-07-26 06:10:47 +0000 |
commit | 02a2f084080ba92f85e937dac5618bbda19e4ec4 (patch) | |
tree | d285051a7116b8dd3abd5c6b1d08f7ddfc1c7ba7 /sound | |
parent | 27ce375a9526effe904b1d2c36f862043c516fd3 (diff) | |
download | scummvm-rg350-02a2f084080ba92f85e937dac5618bbda19e4ec4.tar.gz scummvm-rg350-02a2f084080ba92f85e937dac5618bbda19e4ec4.tar.bz2 scummvm-rg350-02a2f084080ba92f85e937dac5618bbda19e4ec4.zip |
Janitorial: Fix punctuation in error/warning
svn-id: r51296
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mididrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index 8dc165c3d6..893b873a35 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -261,7 +261,7 @@ MidiDriver::DeviceHandle MidiDriver::getDeviceHandle(const Common::String &ident const MusicPlugin::List p = MusicMan.getPlugins(); if (p.begin() == p.end()) - error("Music plugins must be loaded prior to calling this method."); + error("Music plugins must be loaded prior to calling this method"); for (MusicPlugin::List::const_iterator m = p.begin(); m != p.end(); m++) { MusicDevices i = (**m)->getDevices(); |