diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 15:06:58 +0000 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 15:06:58 +0000 |
commit | 9ed0670e48665f590eda685e0cfebf8c4cadb8fb (patch) | |
tree | a3f909876ca336256b304de9a350ab526d16abea /bindings/php5/wrapper_source_top.c | |
parent | 73d9c98f92b9664c6d78843c4110b71520fa3f67 (diff) | |
download | lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.tar.gz lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.tar.xz lasso-9ed0670e48665f590eda685e0cfebf8c4cadb8fb.zip |
* Remove ending blanks
Diffstat (limited to 'bindings/php5/wrapper_source_top.c')
-rw-r--r-- | bindings/php5/wrapper_source_top.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bindings/php5/wrapper_source_top.c b/bindings/php5/wrapper_source_top.c index ba7f1fe6..c8d9eee1 100644 --- a/bindings/php5/wrapper_source_top.c +++ b/bindings/php5/wrapper_source_top.c @@ -82,7 +82,7 @@ static void php_gobject_generic_destructor(zend_rsrc_list_entry *rsrc TSRMLS_DC) } /* List handling */ -static void +static void free_glist(GList **list, GFunc free_function) { g_return_if_fail(list); if (*list) { @@ -287,9 +287,9 @@ get_hashtable_from_array_of_objects(zval *array) } } else { if (cvt_temp != NULL) { - g_hash_table_insert(result, (gpointer)index, g_object_ref(cvt_temp->obj)); + g_hash_table_insert(result, (gpointer)index, g_object_ref(cvt_temp->obj)); } else { - g_hash_table_insert(result, (gpointer)index, NULL); + g_hash_table_insert(result, (gpointer)index, NULL); } } } |