summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 06:18:13 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 06:18:13 +0000
commit797a079a95585a07bc7f26a79e04521d3b370177 (patch)
tree39e195dd61222e38b934b64d51d3ab37199a0ad3 /ext/bcmath
parente8ac55d03c31304b7a68e5b18c16338dff9a5eb5 (diff)
downloadphp-git-797a079a95585a07bc7f26a79e04521d3b370177.tar.gz
More TSRMLS_FETCH work, and a bit of cleanup
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/bcmath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index 5771477c0f..7f59fd3c47 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -126,9 +126,9 @@ PHP_RINIT_FUNCTION(bcmath)
PHP_MINFO_FUNCTION(bcmath)
{
- php_info_print_table_start();
- php_info_print_table_row(2, "BCMath support", "enabled");
- php_info_print_table_end();
+ php_info_print_table_start();
+ php_info_print_table_row(2, "BCMath support", "enabled");
+ php_info_print_table_end();
}
/* {{{ proto string bcadd(string left_operand, string right_operand [, int scale])