From d5b74be89924d7562b198d5f2fec23520048eae6 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 19 Jan 2012 00:59:41 +0100 Subject: build: fix errors template Equivalent to the fix in d15b1f201 applied to the enums template. Spotted by Nathan Williams. --- build-aux/mm-errors-template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux') 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 ***/ -- cgit v1.2.3-70-g09d2