[Scummvm-cvs-logs] CVS: tools extract.c,1.9,1.10

Lionel Ulmer bbrox at users.sourceforge.net
Sat Jul 13 03:23:03 CEST 2002


Update of /cvsroot/scummvm/tools
In directory usw-pr-cvs1:/tmp/cvs-serv7410

Modified Files:
	extract.c 
Log Message:
But well, at least with 'indent' you do not have to commit three times
to fix all TAB occurences (/me curses emacs :-) ).



Index: extract.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- extract.c	13 Jul 2002 10:18:37 -0000	1.9
+++ extract.c	13 Jul 2002 10:22:41 -0000	1.10
@@ -216,7 +216,7 @@
 		else
 			sprintf(fbuf_temp,"--vbr-new -b %i",encparms.minBitr);
 		if (encparms.silent == 1)
-                	strcat(fbuf_temp," --silent");
+			strcat(fbuf_temp," --silent");
 		sprintf(fbuf,
 		        "lame -t -q %i %s -V %i -B %i --resample 22.05 -m m --bitwidth 16 -r -s %d %s %s",
 		        encparms.algqual, fbuf_temp, encparms.vbrqual,





More information about the Scummvm-git-logs mailing list