summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--girepository/gicallableinfo.c4
-rw-r--r--girepository/gitypeinfo.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/girepository/gicallableinfo.c b/girepository/gicallableinfo.c
index 790c3d6a..8b9fb3da 100644
--- a/girepository/gicallableinfo.c
+++ b/girepository/gicallableinfo.c
@@ -574,8 +574,8 @@ gi_type_info_extract_ffi_return_value (GITypeInfo *return_info,
g_base_info_unref (interface_info);
}
- return gi_type_tag_extract_ffi_return_value (return_tag, interface_type,
- ffi_value, arg);
+ gi_type_tag_extract_ffi_return_value (return_tag, interface_type,
+ ffi_value, arg);
}
/**
diff --git a/girepository/gitypeinfo.c b/girepository/gitypeinfo.c
index 6aa10e05..f3c59658 100644
--- a/girepository/gitypeinfo.c
+++ b/girepository/gitypeinfo.c
@@ -470,8 +470,8 @@ g_type_info_argument_from_hash_pointer (GITypeInfo *info,
GIArgument *arg)
{
GITypeTag storage_type = g_type_info_get_storage_type (info);
- return gi_type_tag_argument_from_hash_pointer (storage_type, hash_pointer,
- arg);
+ gi_type_tag_argument_from_hash_pointer (storage_type, hash_pointer,
+ arg);
}
/**