[gimp] Make the include guards match the filename
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Make the include guards match the filename
- Date: Thu, 27 Aug 2009 17:48:42 +0000 (UTC)
commit 8f7527616aa1e920c2c658c907e5d58df28f75c8
Author: Michael Natterer <mitch gimp org>
Date: Thu Aug 27 12:06:09 2009 +0200
Make the include guards match the filename
app/core/gimpimage-convert-data.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpimage-convert-data.h b/app/core/gimpimage-convert-data.h
index 5576bb5..7164391 100644
--- a/app/core/gimpimage-convert-data.h
+++ b/app/core/gimpimage-convert-data.h
@@ -18,8 +18,8 @@
/* Misc data definitions used by the convert.c code module. Moved
out here simply to unclutter convert.c, mostly. */
-#ifndef __CONVERT_DATA_H__
-#define __CONVERT_DATA_H__
+#ifndef __GIMP_IMAGE_CONVERT_DATA_H__
+#define __GIMP_IMAGE_CONVERT_DATA_H__
#include <glib.h>
@@ -140,4 +140,4 @@ static const guchar DM_ORIGINAL[32][32] = {
{170,106,154, 90,166,102,150, 86,169,105,153, 89,165,101,149, 85,170,106,154, 90,166,102,150, 86,169,105,153, 89,165,101,149, 85}
};
-#endif /* __CONVERT_DATA_H__ */
+#endif /* __GIMP_IMAGE_CONVERT_DATA_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]