From: Antony Dovgal Date: Tue, 18 Oct 2005 13:39:51 +0000 (+0000) Subject: typo X-Git-Tag: RELEASE_0_9_1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00ee8a036c03d9d2fa541db360ebe863161d73f2;p=php typo --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 361a796cd1..89ef83d844 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -436,7 +436,7 @@ oci_error: /* {{{ php_oci_cleanup_global_handles() Free global handles (if they were initialized before) */ -static void php_oci_cleanup_global_handles(TSRMLS_C) +static void php_oci_cleanup_global_handles(TSRMLS_D) { if (OCI_G(err)) { PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(err), OCI_HTYPE_ENV));