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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Jun 3 12:57:26 CEST 2006


Revision: 22861
Author:   kirben
Date:     2006-06-03 03:57:22 -0700 (Sat, 03 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22861&view=rev

Log Message:
-----------
Fix typo

Modified Paths:
--------------
    tools/trunk/encode_dxa.cpp
Modified: tools/trunk/encode_dxa.cpp
===================================================================
--- tools/trunk/encode_dxa.cpp	2006-06-03 10:48:37 UTC (rev 22860)
+++ tools/trunk/encode_dxa.cpp	2006-06-03 10:57:22 UTC (rev 22861)
@@ -506,7 +506,7 @@
 		framenum++;
 
 		if (framenum % 20 == 0) {
-			printf("\rEncoding...%d%% (%d of %d)", 100 * framenum / frames, framenum, frames);
+			printf("\rEncoding video...%d%% (%d of %d)", 100 * framenum / frames, framenum, frames);
 			fflush(stdout);
 		}
 	}


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