[Scummvm-cvs-logs] CVS: scummvm/sword2 function.cpp,1.85,1.86

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Jun 19 23:30:43 CEST 2005


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12484

Modified Files:
	function.cpp 
Log Message:
Whitespace


Index: function.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/function.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- function.cpp	12 May 2005 13:12:02 -0000	1.85
+++ function.cpp	20 Jun 2005 06:29:36 -0000	1.86
@@ -695,7 +695,7 @@
 	//		6 ins5
 
 	StandardHeader *head = (StandardHeader *)_vm->_resman->openResource(params[0]);
-	assert (head->fileType == GAME_OBJECT);
+	assert(head->fileType == GAME_OBJECT);
 
 	// Run the target's get-speech-state script
 





More information about the Scummvm-git-logs mailing list