[Scummvm-cvs-logs] SF.net SVN: scummvm: [23070] tools/branches/branch-0-9-0/extract_kyra.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Jun 13 00:16:57 CEST 2006
Revision: 23070
Author: lordhoto
Date: 2006-06-12 15:16:51 -0700 (Mon, 12 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=23070&view=rev
Log Message:
-----------
adds missing '\n'.
Modified Paths:
--------------
tools/branches/branch-0-9-0/extract_kyra.cpp
Modified: tools/branches/branch-0-9-0/extract_kyra.cpp
===================================================================
--- tools/branches/branch-0-9-0/extract_kyra.cpp 2006-06-12 22:16:20 UTC (rev 23069)
+++ tools/branches/branch-0-9-0/extract_kyra.cpp 2006-06-12 22:16:51 UTC (rev 23070)
@@ -161,7 +161,7 @@
startoffset = endoffset;
}
- printf("File '%s' not found in this pakfile", file);
+ printf("File '%s' not found in this pakfile\n", file);
}
void PAKFile::outputAllFiles(void) {
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