Skip to content

Commit be0a1bd

Browse files
committed
Adjust types
1 parent db2bd18 commit be0a1bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ibase_query.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,6 +1746,8 @@ PHP_FUNCTION(ibase_name_result)
17461746
Free the memory used by a result */
17471747
PHP_FUNCTION(ibase_free_result)
17481748
{
1749+
(void)execute_data;
1750+
RETVAL_TRUE;
17491751
// ibase_result was removed, nothing to be done here
17501752
}
17511753
/* }}} */

0 commit comments

Comments
 (0)