[Scummvm-cvs-logs] SF.net SVN: scummvm:[44465] scummvm/branches/branch-1-0-0/engines/scumm/ debugger.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Sep 29 16:38:44 CEST 2009
Revision: 44465
http://scummvm.svn.sourceforge.net/scummvm/?rev=44465&view=rev
Author: lordhoto
Date: 2009-09-29 14:38:44 +0000 (Tue, 29 Sep 2009)
Log Message:
-----------
Backport of r44463.
Modified Paths:
--------------
scummvm/branches/branch-1-0-0/engines/scumm/debugger.cpp
Modified: scummvm/branches/branch-1-0-0/engines/scumm/debugger.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/scumm/debugger.cpp 2009-09-29 14:37:09 UTC (rev 44464)
+++ scummvm/branches/branch-1-0-0/engines/scumm/debugger.cpp 2009-09-29 14:38:44 UTC (rev 44465)
@@ -506,7 +506,7 @@
// No parameters given: Print out a list of all channels and their status
if (argc <= 1) {
- DebugPrintf("Available debug channels: ");
+ DebugPrintf("Available debug channels:\n");
for (Common::DebugChannelList::const_iterator i = lvls.begin(); i != lvls.end(); ++i) {
DebugPrintf("%c%s - %s (%s)\n", i->enabled ? '+' : ' ',
i->name.c_str(), i->description.c_str(),
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