[Scummvm-cvs-logs] scummvm-tools master -> 3bbc16508781da909da59870aef409053a8be889

criezy criezy at scummvm.org
Sun Nov 20 18:29:41 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
3bbc165087 TOOLS: Rename include guard in extract_cge


Commit: 3bbc16508781da909da59870aef409053a8be889
    https://github.com/scummvm/scummvm-tools/commit/3bbc16508781da909da59870aef409053a8be889
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2011-11-20T09:29:22-08:00

Commit Message:
TOOLS: Rename include guard in extract_cge

Changed paths:
    engines/cge/extract_cge.h



diff --git a/engines/cge/extract_cge.h b/engines/cge/extract_cge.h
index 54046ca..18cfd70 100644
--- a/engines/cge/extract_cge.h
+++ b/engines/cge/extract_cge.h
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef __COMPRESS_CGE_H
-#define __COMPRESS_CGE_H
+#ifndef EXTRACT_CGE_H
+#define EXTRACT_CGE_H
 
 typedef unsigned char byte;
 typedef unsigned char uint8;






More information about the Scummvm-git-logs mailing list