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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun May 21 06:51:02 CEST 2006


Revision: 22555
Author:   wjpalenstijn
Date:     2006-05-21 06:50:43 -0700 (Sun, 21 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22555&view=rev

Log Message:
-----------
fix case of #includes

Modified Paths:
--------------
    tools/trunk/compress_saga.cpp
Modified: tools/trunk/compress_saga.cpp
===================================================================
--- tools/trunk/compress_saga.cpp	2006-05-21 13:27:18 UTC (rev 22554)
+++ tools/trunk/compress_saga.cpp	2006-05-21 13:50:43 UTC (rev 22555)
@@ -330,9 +330,9 @@
 }
 // taken from common/md5.c -->
 
-#include "SagaGame.h"
-#include "SagaResNames.h"
-#include "SagaGame.cpp"
+#include "sagagame.h"
+#include "sagaresnames.h"
+#include "sagagame.cpp"
 
 typedef struct  {
 	uint32 offset;


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