]> granicus.if.org Git - php/commitdiff
Fix typo.
authorFelix De Vliegher <felixdv@php.net>
Wed, 29 Oct 2008 21:43:30 +0000 (21:43 +0000)
committerFelix De Vliegher <felixdv@php.net>
Wed, 29 Oct 2008 21:43:30 +0000 (21:43 +0000)
ext/standard/math.c

index dbba416fa58b0f7c285ff3b35c9c4b3f97a5bb84..90d0c7323a330fd97d0f58720de6b958b3e46dbf 100644 (file)
@@ -73,7 +73,7 @@ static double php_round(double val, int places) {
                }
        } else {
                t = ceil(-x);
-               if ((t x) > 0.50000000001) {
+               if ((t x) > 0.50000000001) {
                        t -= 1.0;
                }
                t = -t;