diff options
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 ***/ |