[Scummvm-cvs-logs] SF.net SVN: scummvm: [22730] tools/trunk/compress_sword1.c

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun May 28 20:13:10 CEST 2006


Revision: 22730
Author:   eriktorbjorn
Date:     2006-05-28 20:12:51 -0700 (Sun, 28 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22730&view=rev

Log Message:
-----------
Whitespace changes.

Modified Paths:
--------------
    tools/trunk/compress_sword1.c
Modified: tools/trunk/compress_sword1.c
===================================================================
--- tools/trunk/compress_sword1.c	2006-05-29 01:55:42 UTC (rev 22729)
+++ tools/trunk/compress_sword1.c	2006-05-29 03:12:51 UTC (rev 22730)
@@ -493,7 +493,7 @@
 				convertClu(clu, cl3, compMode);
 			}
 		}
-        	if (clu)
+		if (clu)
 			fclose(clu);
 		if (cl3)
 			fclose(cl3);
@@ -560,7 +560,7 @@
 			}
 		}
 		if (!speechFound) {
-            printf("Unable to find speech files.\n");
+			printf("Unable to find speech files.\n");
 			printf("Please copy the SPEECH.CLU files from Broken Sword CD1 and CD2\n");
 			printf("into the \"SPEECH\" subdirectory and rename them to\n");
 			printf("SPEECH1.CLU and SPEECH2.CLU\n\n");


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