X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fext-value.c;h=46eab4031dc122dd3ef976142b44fc1797660a03;hb=bdebe90556646c9672ca2e4f84c0cc654cbccc8f;hp=47c4829a01802b5298458861816e8a38c43be769;hpb=cb3f5fd6fce35d2a18f21246c7be123c18f01f97;p=chaz%2Fhomebank diff --git a/src/ext-value.c b/src/ext-value.c index 47c4829..46eab40 100644 --- a/src/ext-value.c +++ b/src/ext-value.c @@ -72,10 +72,10 @@ GValue* EXT_JULIAN(GValue* v, guint32 d) #define obj(CTYPE, _2, _3, _4, PREFIX) \ GType PREFIX##get_type() \ { \ - static GType type = 0; \ - if (type == 0) \ - type = g_pointer_type_register_static(#CTYPE); \ - return type; \ + static GType type = 0; \ + if (type == 0) \ + type = g_pointer_type_register_static(#CTYPE); \ + return type; \ } #include "ext-value.h" #undef obj