Author: tkreuzer Date: Tue Jan 25 20:56:14 2011 New Revision: 50495
URL: http://svn.reactos.org/svn/reactos?rev=50495&view=rev Log: [CRT] Fix copy pasta. Spotted by rs on irc.
Modified: branches/cmake-bringup/lib/sdk/crt/math/labs.c
Modified: branches/cmake-bringup/lib/sdk/crt/math/labs.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/sdk/crt/math/l... ============================================================================== --- branches/cmake-bringup/lib/sdk/crt/math/labs.c [iso-8859-1] (original) +++ branches/cmake-bringup/lib/sdk/crt/math/labs.c [iso-8859-1] Tue Jan 25 20:56:14 2011 @@ -2,7 +2,7 @@
#ifdef _MSC_VER #pragma warning(disable: 4164) -#pragma function(abs) +#pragma function(labs) #endif
/*