[gimp/gimp-2-8] Fix a bunch of header guards



commit 42895c8ed47af04fbf481d6fa7b16fed5311b821
Author: Kristian Rietveld <kris loopnest org>
Date:   Sun Apr 17 14:23:28 2016 +0100

    Fix a bunch of header guards
    
    These were probably copy-n-paste errors. Credits go to clang's
    -Wheader-guard option.

 app/display/gimpcanvaspath.h      |    4 ++--
 app/plug-in/gimppluginprocframe.h |    2 +-
 app/tools/gimptransformoptions.h  |    2 +-
 app/widgets/gimpcontrollermouse.h |    2 +-
 app/widgets/gimpcontrollerwheel.h |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/display/gimpcanvaspath.h b/app/display/gimpcanvaspath.h
index 803962b..26a1b6d 100644
--- a/app/display/gimpcanvaspath.h
+++ b/app/display/gimpcanvaspath.h
@@ -1,7 +1,7 @@
 /* GIMP - The GNU Image Manipulation Program Copyright (C) 1995
  * Spencer Kimball and Peter Mattis
  *
- * gimpcanvaspolygon.h
+ * gimpcanvaspath.h
  * Copyright (C) 2010 Michael Natterer <mitch gimp org>
  *
  * This program is free software: you can redistribute it and/or modify
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __GIMP_CANVAS_POLYGON_H__
+#ifndef __GIMP_CANVAS_PATH_H__
 #define __GIMP_CANVAS_PATH_H__
 
 
diff --git a/app/plug-in/gimppluginprocframe.h b/app/plug-in/gimppluginprocframe.h
index e345cd2..516682e 100644
--- a/app/plug-in/gimppluginprocframe.h
+++ b/app/plug-in/gimppluginprocframe.h
@@ -18,7 +18,7 @@
  */
 
 #ifndef __GIMP_PLUG_IN_PROC_FRAME_H__
-#define __GIMP_PLUG_IN_PRON_FRAME_H__
+#define __GIMP_PLUG_IN_PROC_FRAME_H__
 
 
 struct _GimpPlugInProcFrame
diff --git a/app/tools/gimptransformoptions.h b/app/tools/gimptransformoptions.h
index 18196b8..7f11764 100644
--- a/app/tools/gimptransformoptions.h
+++ b/app/tools/gimptransformoptions.h
@@ -16,7 +16,7 @@
  */
 
 #ifndef __GIMP_TRANSFORM_OPTIONS_H__
-#define __GIMP_TRANSFORM_OPTIONS_H_
+#define __GIMP_TRANSFORM_OPTIONS_H__
 
 
 #include "core/gimptooloptions.h"
diff --git a/app/widgets/gimpcontrollermouse.h b/app/widgets/gimpcontrollermouse.h
index 7a35466..e4eef5a 100644
--- a/app/widgets/gimpcontrollermouse.h
+++ b/app/widgets/gimpcontrollermouse.h
@@ -19,7 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __GIMP_CONTROLLER_WHELL_H__
+#ifndef __GIMP_CONTROLLER_MOUSE_H__
 #define __GIMP_CONTROLLER_MOUSE_H__
 
 
diff --git a/app/widgets/gimpcontrollerwheel.h b/app/widgets/gimpcontrollerwheel.h
index d61b4ec..f7f8f4e 100644
--- a/app/widgets/gimpcontrollerwheel.h
+++ b/app/widgets/gimpcontrollerwheel.h
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __GIMP_CONTROLLER_WHELL_H__
+#ifndef __GIMP_CONTROLLER_WHEEL_H__
 #define __GIMP_CONTROLLER_WHEEL_H__
 
 


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