From c91a07229a8bd841e6b6e77d977254c388a2e407 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 18 Sep 2010 10:55:16 +0000 Subject: JANITORIAL: Removed most punctuation at end of warning() and error() Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 --- backends/midi/windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/midi/windows.cpp') diff --git a/backends/midi/windows.cpp b/backends/midi/windows.cpp index da44c40978..31f057df18 100644 --- a/backends/midi/windows.cpp +++ b/backends/midi/windows.cpp @@ -106,7 +106,7 @@ void MidiDriver_WIN::sysEx(const byte *msg, uint16 length) { return; if (WaitForSingleObject (_streamEvent, 2000) == WAIT_TIMEOUT) { - warning ("Could not send SysEx - MMSYSTEM is still trying to send data."); + warning ("Could not send SysEx - MMSYSTEM is still trying to send data"); return; } -- cgit v1.2.3