[Scummvm-cvs-logs] SF.net SVN: scummvm:[42430] scummvm/trunk/common/util.cpp
wjpalenstijn at users.sourceforge.net
wjpalenstijn at users.sourceforge.net
Mon Jul 13 00:08:10 CEST 2009
Revision: 42430
http://scummvm.svn.sourceforge.net/scummvm/?rev=42430&view=rev
Author: wjpalenstijn
Date: 2009-07-12 22:08:10 +0000 (Sun, 12 Jul 2009)
Log Message:
-----------
Remove double endline
Modified Paths:
--------------
scummvm/trunk/common/util.cpp
Modified: scummvm/trunk/common/util.cpp
===================================================================
--- scummvm/trunk/common/util.cpp 2009-07-12 22:00:47 UTC (rev 42429)
+++ scummvm/trunk/common/util.cpp 2009-07-12 22:08:10 UTC (rev 42430)
@@ -480,7 +480,7 @@
#ifndef __PLAYSTATION2__
fputs(buf_output, stderr);
#else
- fprintf(stderr, "%s\n", buf_output);
+ fprintf(stderr, "%s", buf_output);
#endif
// Unless this error -originated- within the debugger itself, we
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