From fc6f7ea159fb8619480b6559ad2a8aa1006e0c4a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Sep 2013 23:18:33 +0200 Subject: [PATCH] Fixet protector definition in gswe-types.h --- src/gswe-types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gswe-types.h b/src/gswe-types.h index 4b62f8e..10443ca 100644 --- a/src/gswe-types.h +++ b/src/gswe-types.h @@ -15,8 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this library; if not, see . */ -#ifndef __SWE_GLIB_GSWE_PLANETS_H__ -#define __SWE_GLIB_GSWE_PLANETS_H__ +#ifndef __SWE_GLIB_GSWE_TYPES_H__ +#define __SWE_GLIB_GSWE_TYPES_H__ #include #include @@ -474,5 +474,5 @@ typedef struct { GType gswe_antiscion_data_get_type(void); #define GSWE_TYPE_ANTISCION_DATA (gswe_antiscion_data_get_type()) -#endif /* __SWE_GLIB_GSWE_PLANETS_H__ */ +#endif /* __SWE_GLIB_GSWE_TYPES_H__ */