build: fix errors template

Equivalent to the fix in d15b1f201 applied to the enums template.

Spotted by Nathan Williams.
This commit is contained in:
Aleksander Morgado
2012-01-19 00:59:41 +01:00
parent 332d1a0891
commit d5b74be899

View File

@@ -14,7 +14,7 @@ G_BEGIN_DECLS
GQuark @enum_name@_quark (void); /* implemented in mm-errors-quarks.c */
GType @enum_name@_get_type (void) G_GNUC_CONST;
#define @ENUMNAME@ (@enum_name@_quark ())
#define @ENUMPREFIX@TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
/*** END value-header ***/
/*** BEGIN file-tail ***/