[gimp/metadata-browser] plug-ins: fix include guards in gfig-types.h



commit f7aa70e008c73515007e86157623d0bbebf8dd26
Author: Michael Natterer <mitch gimp org>
Date:   Tue Feb 21 16:44:14 2012 +0100

    plug-ins: fix include guards in gfig-types.h

 plug-ins/gfig/gfig-types.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/gfig/gfig-types.h b/plug-ins/gfig/gfig-types.h
index 252bc08..daf3722 100644
--- a/plug-ins/gfig/gfig-types.h
+++ b/plug-ins/gfig/gfig-types.h
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef __GFIG_ENUMS_H__
-#define __GFIG_ENUMS_H__
+#ifndef __GFIG_TYPES_H__
+#define __GFIG_TYPES_H__
 
 typedef enum
 {
@@ -112,4 +112,4 @@ typedef struct _GFigObj    GFigObj;
 typedef struct _GfigObject GfigObject;
 typedef struct _Style      Style;
 
-#endif /* __GFIG_ENUMS_H__ */
+#endif /* __GFIG_TYPES_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]