[Scummvm-cvs-logs] SF.net SVN: scummvm: [23069] tools/trunk/extract_kyra.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jun 13 00:16:25 CEST 2006


Revision: 23069
Author:   lordhoto
Date:     2006-06-12 15:16:20 -0700 (Mon, 12 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23069&view=rev

Log Message:
-----------
adds missing '\n'.

Modified Paths:
--------------
    tools/trunk/extract_kyra.cpp
Modified: tools/trunk/extract_kyra.cpp
===================================================================
--- tools/trunk/extract_kyra.cpp	2006-06-12 22:15:39 UTC (rev 23068)
+++ tools/trunk/extract_kyra.cpp	2006-06-12 22:16:20 UTC (rev 23069)
@@ -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