aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/softseq/adlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/softseq/adlib.cpp')
-rw-r--r--engines/sci/sfx/softseq/adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/softseq/adlib.cpp b/engines/sci/sfx/softseq/adlib.cpp
index 1b3180d9ea..d5debdd995 100644
--- a/engines/sci/sfx/softseq/adlib.cpp
+++ b/engines/sci/sfx/softseq/adlib.cpp
@@ -184,7 +184,7 @@ void MidiDriver_Adlib::send(uint32 b) {
// Aftertouch in the OPL thing?
break;
default:
- warning("ADLIB: Unknown event %02x\n", command);
+ warning("ADLIB: Unknown event %02x", command);
}
}