From 9943d23d5d7fb34a5da6e240e2d5848b55a4c17c Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 28 Jan 2010 02:37:28 +0000 Subject: [PATCH] fix the same typo once more svn path=/branches/ros-amd64-bringup/; revision=45295 --- reactos/lib/sdk/crt/math/sin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/math/sin.c b/reactos/lib/sdk/crt/math/sin.c index de99d50ee74..da69573edb8 100644 --- a/reactos/lib/sdk/crt/math/sin.c +++ b/reactos/lib/sdk/crt/math/sin.c @@ -45,7 +45,7 @@ sin(double x) result = 0; #if (PRECISION >= 10) - result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*20); + result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*19*20); result *= x2; #endif #if (PRECISION >= 9)