Browse Source

- Please follow coding standards (this isn't java :)

PHP-5
Andi Gutmans 24 years ago
parent
commit
8603feb6fa
  1. 3
      ext/bcmath/bcmath.c

3
ext/bcmath/bcmath.c

@ -113,7 +113,8 @@ PHP_MINFO_FUNCTION(bcmath)
/* {{{ php_str2num /* {{{ php_str2num
Convert to bc_num detecting scale */ Convert to bc_num detecting scale */
static void php_str2num(bc_num *num, char *str TSRMLS_DC) {
static void php_str2num(bc_num *num, char *str TSRMLS_DC)
{
char *p; char *p;
if (!(p = strchr(str, '.'))) { if (!(p = strchr(str, '.'))) {

Loading…
Cancel
Save