[Scummvm-cvs-logs] SF.net SVN: scummvm:[42367] tools/branches/gsoc2009-gui/compress_sword2.h

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Jul 11 06:42:46 CEST 2009


Revision: 42367
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42367&view=rev
Author:   peres001
Date:     2009-07-11 04:42:46 +0000 (Sat, 11 Jul 2009)

Log Message:
-----------
Fixed typo. The wrong include guard was preventing the header for sword2 from being compiled.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/compress_sword2.h

Modified: tools/branches/gsoc2009-gui/compress_sword2.h
===================================================================
--- tools/branches/gsoc2009-gui/compress_sword2.h	2009-07-11 01:54:42 UTC (rev 42366)
+++ tools/branches/gsoc2009-gui/compress_sword2.h	2009-07-11 04:42:46 UTC (rev 42367)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef COMPRESS_SWORD1_H
-#define COMPRESS_SWORD1_H
+#ifndef COMPRESS_SWORD2_H
+#define COMPRESS_SWORD2_H
 
 #include "compress.h"
 


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