aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index e67311d19d..b4afb2cd88 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -552,7 +552,7 @@ int MidiDriver_SEQ::open(int mode)
if (device_name != NULL) {
device = (::open((device_name), O_RDWR, 0));
} else {
- warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see readme.txt) ");
+ warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see README) ");
}
if ((device_name == NULL) || (device < 0)) {
if (device_name == NULL)