diff options
Diffstat (limited to 'backends/midi/quicktime.cpp')
-rw-r--r-- | backends/midi/quicktime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/quicktime.cpp b/backends/midi/quicktime.cpp index 62d44a37aa..5f0ee37361 100644 --- a/backends/midi/quicktime.cpp +++ b/backends/midi/quicktime.cpp @@ -125,7 +125,7 @@ int MidiDriver_QT::open() { return 0; bail: - error("Init QT failed %x %x %d\n", (int)qtNoteAllocator, (int)qtNoteChannel, (int)qtErr); + error("Init QT failed %x %x %d", (int)qtNoteAllocator, (int)qtNoteChannel, (int)qtErr); dispose(); |