]> granicus.if.org Git - php/commitdiff
typo
authorAntony Dovgal <tony2001@php.net>
Tue, 18 Oct 2005 13:39:51 +0000 (13:39 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 18 Oct 2005 13:39:51 +0000 (13:39 +0000)
ext/oci8/oci8.c

index 361a796cd1e7d4ff669cbe6f8ffeabf7c07094b2..89ef83d84475de08404297f9349a03e4bc6ca90a 100644 (file)
@@ -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));