X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fext-perl.xs;fp=src%2Fext-perl.xs;h=4890db85a56e2c7cd4b91548dc5009f6fa083ada;hb=6d4c3763e57d449259eb08183fb42024f596be81;hp=9c7bd8bc11aac03f1098fbeb4049def0a77a90cb;hpb=35b9973e4de7d69ad8841ead996a2e6cf1d85f08;p=chaz%2Fhomebank diff --git a/src/ext-perl.xs b/src/ext-perl.xs index 9c7bd8b..4890db8 100644 --- a/src/ext-perl.xs +++ b/src/ext-perl.xs @@ -172,10 +172,10 @@ static inline GObject* SvGobject(const SV* sv) static inline SV* newSVgobject(const GObject* o) { - SV* (*func)(const GObject*, gboolean) = ext_symbol_lookup("gperl_new_object"); - if (func) { - return func(o, FALSE); - } + SV* (*func)(const GObject*, gboolean) = ext_symbol_lookup("gperl_new_object"); + if (func) { + return func(o, FALSE); + } return &PL_sv_undef; }