[Scummvm-cvs-logs] SF.net SVN: scummvm:[53905] scummvm/trunk/engines/sci/console.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Oct 28 17:33:28 CEST 2010


Revision: 53905
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53905&view=rev
Author:   thebluegr
Date:     2010-10-28 15:33:28 +0000 (Thu, 28 Oct 2010)

Log Message:
-----------
SCI: Fixed typo

Modified Paths:
--------------
    scummvm/trunk/engines/sci/console.cpp

Modified: scummvm/trunk/engines/sci/console.cpp
===================================================================
--- scummvm/trunk/engines/sci/console.cpp	2010-10-28 15:27:44 UTC (rev 53904)
+++ scummvm/trunk/engines/sci/console.cpp	2010-10-28 15:33:28 UTC (rev 53905)
@@ -1050,7 +1050,7 @@
 		DebugPrintf("A value of 255 (0xff) signifies an unmapped instrument\n");
 		DebugPrintf("Please replace the spaces in the instrument name with underscores (\"_\"). They'll be converted to spaces afterwards\n\n");
 		DebugPrintf("Example: %s test_0__XX 1 255\n", argv[0]);
-		DebugPrintf("The above example will map the MT-32 instument \"test 0  XX\" to GM instrument 1\n\n");
+		DebugPrintf("The above example will map the MT-32 instrument \"test 0  XX\" to GM instrument 1\n\n");
 	} else {
 		if (Mt32dynamicMappings != NULL) {
 			Mt32ToGmMap newMapping;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list