Skip to content

Commit

Permalink
Fix prototype/warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Feb 12, 2004
1 parent c46ccc0 commit f041e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/com_dotnet/com_saproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static void saproxy_property_write(zval *object, zval *member, zval *value TSRML
php_com_throw_exception(E_INVALIDARG, "safearray has no properties" TSRMLS_CC);
}

static zval *saproxy_read_dimension(zval *object, zval *offset TSRMLS_DC)
static zval *saproxy_read_dimension(zval *object, zval *offset, int type TSRMLS_DC)
{
php_com_saproxy *proxy = SA_FETCH(object);
zval *return_value;
Expand Down

0 comments on commit f041e73

Please sign in to comment.