[Scummvm-cvs-logs] scummvm master -> 85ce901c4a1fba406073b0928fc99994b95d63bb

eriktorbjorn eriktorbjorn at telia.com
Thu Oct 1 20:52:17 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
85ce901c4a AUDIO: Fix comment typo


Commit: 85ce901c4a1fba406073b0928fc99994b95d63bb
    https://github.com/scummvm/scummvm/commit/85ce901c4a1fba406073b0928fc99994b95d63bb
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-10-01T20:51:34+02:00

Commit Message:
AUDIO: Fix comment typo

Changed paths:
    audio/midiparser_xmidi.cpp



diff --git a/audio/midiparser_xmidi.cpp b/audio/midiparser_xmidi.cpp
index 8742d7a..042e663 100644
--- a/audio/midiparser_xmidi.cpp
+++ b/audio/midiparser_xmidi.cpp
@@ -146,7 +146,7 @@ void MidiParser_XMIDI::parseNextEvent(EventInfo &info) {
 				break;
 			}
 
-		case 0x75:	// XMIDI_CONTORLLER_NEXT_BREAK
+		case 0x75:	// XMIDI_CONTROLLER_NEXT_BREAK
 			if (_loopCount >= 0) {
 				if (info.basic.param2 < 64) {
 					// End the current loop.






More information about the Scummvm-git-logs mailing list