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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Aug 6 01:04:57 CEST 2010


Revision: 51771
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51771&view=rev
Author:   lordhoto
Date:     2010-08-05 23:04:57 +0000 (Thu, 05 Aug 2010)

Log Message:
-----------
KYRA: Append newline in help string of create_kyradat.

Modified Paths:
--------------
    scummvm/trunk/tools/create_kyradat/create_kyradat.cpp

Modified: scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2010-08-05 22:58:16 UTC (rev 51770)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2010-08-05 23:04:57 UTC (rev 51771)
@@ -501,7 +501,7 @@
 
 void printHelp(const char *f) {
 	printf("Usage:\n");
-	printf("%s output inputfiles ...", f);
+	printf("%s output inputfiles ...\n", f);
 }
 
 bool process(PAKFile &out, const Game *g, const byte *data, const uint32 size);


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