[file-roller] trivial: Fix a wrong header guard in src/fr-enum-types.h
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] trivial: Fix a wrong header guard in src/fr-enum-types.h
- Date: Sun, 7 Jun 2015 00:27:25 +0000 (UTC)
commit bcc2b505e564161428fa1115d7f7858244a5fed3
Author: Ting-Wei Lan <lantw src gnome org>
Date: Sat Jun 6 21:31:38 2015 +0800
trivial: Fix a wrong header guard in src/fr-enum-types.h
https://bugzilla.gnome.org/show_bug.cgi?id=750485
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 57f5918..3970f9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -185,7 +185,7 @@ fr-marshal.c: fr-marshal.list $(GLIB_GENMARSHAL)
fr-enum-types.h: typedefs.h
$(AM_V_GEN)( $(GLIB_MKENUMS) \
- --fhead "#ifndef FR_ENUM__TYPES_H\n#define FR_ENUM_TYPES_H\n\n#include
<glib-object.h>\n\nG_BEGIN_DECLS\n" \
+ --fhead "#ifndef FR_ENUM_TYPES_H\n#define FR_ENUM_TYPES_H\n\n#include
<glib-object.h>\n\nG_BEGIN_DECLS\n" \
--fprod "/* enumerations from \"@filename \" */\n" \
--vhead "GType @enum_name _get_type (void);\n#define FR_TYPE_ ENUMSHORT@ (@enum_name
_get_type())\n" \
--ftail "G_END_DECLS\n\n#endif /* FR_ENUM_TYPES_H */" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]