diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-19 00:59:41 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:53 +0100 |
commit | d5b74be89924d7562b198d5f2fec23520048eae6 (patch) | |
tree | b1880248d39226cb1f310fdd44158c3815d0e2e8 /build-aux | |
parent | 332d1a089113ddf89ec3a0fbb556d54ac23cd7c8 (diff) |
build: fix errors template
Equivalent to the fix in d15b1f201 applied to the enums template.
Spotted by Nathan Williams.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/mm-errors-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/mm-errors-template.h b/build-aux/mm-errors-template.h index 78124d4d..72c90cf5 100644 --- a/build-aux/mm-errors-template.h +++ b/build-aux/mm-errors-template.h @@ -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 ***/ |