[Scummvm-cvs-logs] SF.net SVN: scummvm:[38718] scummvm/trunk/engines/sci/sfx/mixer/soft.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Feb 21 19:20:40 CET 2009
Revision: 38718
http://scummvm.svn.sourceforge.net/scummvm/?rev=38718&view=rev
Author: fingolfin
Date: 2009-02-21 18:20:40 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
When using error, no need to add a trailing newline
Modified Paths:
--------------
scummvm/trunk/engines/sci/sfx/mixer/soft.cpp
Modified: scummvm/trunk/engines/sci/sfx/mixer/soft.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/mixer/soft.cpp 2009-02-21 18:17:08 UTC (rev 38717)
+++ scummvm/trunk/engines/sci/sfx/mixer/soft.cpp 2009-02-21 18:20:40 UTC (rev 38718)
@@ -606,7 +606,7 @@
return;
default:
- error("[soft-mixer] Fatal: Invalid mode returned by PCM feed %s-%d's get_timestamp(): %d\n",
+ error("[soft-mixer] Fatal: Invalid mode returned by PCM feed %s-%d's get_timestamp(): %d",
f->debug_name, f->debug_nr, newmode);
}
}
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