diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c index 2459bf5..270bcda 100644 --- a/dlls/msvcrt/math.c +++ b/dlls/msvcrt/math.c @@ -1980,7 +1980,7 @@ void _safe_fprem1(void) /***********************************************************************
__libm_sse2_acos (MSVCRT.@)
*/
The patch is still not applying cleanly. For some reason in your diff there are 8 spaces before __libm_sse2_acos while in math.c there are 2 tabs.
Thanks, Piotr