summaryrefslogtreecommitdiff
path: root/include/typelib/typedescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/typelib/typedescription.h')
-rw-r--r--include/typelib/typedescription.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index d3e18b8fee42..329384c5d172 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -1009,7 +1009,7 @@ inline void TYPELIB_DANGER_GET( typelib_TypeDescription** ppMacroTypeDescr,
{
typelib_typedescriptionreference_getDescription( ppMacroTypeDescr, pMacroTypeRef );
if (*ppMacroTypeDescr)
- typelib_typedescription_release( *ppMacroTypeDescr );
+ typelib_typedescription_release( *ppMacroTypeDescr );
}
else
{