[gnome-characters] build: Fix copy and paste error
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] build: Fix copy and paste error
- Date: Mon, 8 Feb 2016 08:39:01 +0000 (UTC)
commit 7dbeeb30354df2f345a2e0deb93f62b1523c7801
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Feb 8 17:34:22 2016 +0900
build: Fix copy and paste error
lib/gc-enumtypes.h.template | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/gc-enumtypes.h.template b/lib/gc-enumtypes.h.template
index 829f17d..b8a0896 100644
--- a/lib/gc-enumtypes.h.template
+++ b/lib/gc-enumtypes.h.template
@@ -1,6 +1,6 @@
/*** BEGIN file-header ***/
-#ifndef GPGME_GLIB_ENUMTYPES_H_
-#define GPGME_GLIB_ENUMTYPES_H_
+#ifndef GC_ENUMTYPES_H_
+#define GC_ENUMTYPES_H_
#include <glib-object.h>
@@ -20,5 +20,5 @@ GType @enum_name _get_type (void) G_GNUC_CONST;
/*** BEGIN file-tail ***/
G_END_DECLS
-#endif /* GPGME_GLIB_ENUMTYPES_H_ */
+#endif /* GC_ENUMTYPES_H_ */
/*** END file-tail ***/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]