From 00ee8a036c03d9d2fa541db360ebe863161d73f2 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 18 Oct 2005 13:39:51 +0000 Subject: [PATCH] typo --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.40.0