[gimp] app: Fix broken header guards.



commit 6923f49b0d251f48f311260e7cf5bf91b86a2cd3
Author: Michael Henning <drawoc darkrefraction com>
Date:   Sun May 25 20:50:56 2014 -0400

    app: Fix broken header guards.

 app/display/gimpcanvaspath.h      |    2 +-
 app/tools/gimptransformoptions.h  |    2 +-
 app/widgets/gimpcontrollermouse.h |    2 +-
 app/widgets/gimpcontrollerwheel.h |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/display/gimpcanvaspath.h b/app/display/gimpcanvaspath.h
index 803962b..d37dbd6 100644
--- a/app/display/gimpcanvaspath.h
+++ b/app/display/gimpcanvaspath.h
@@ -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/tools/gimptransformoptions.h b/app/tools/gimptransformoptions.h
index 6dfffa7..8a41897 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]