Commit ef104c3a authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

libport: Fix typo in rintf.

Spotted by Joris Huizer. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent b356673d
......@@ -33,7 +33,7 @@ double rint(double x)
#ifndef HAVE_RINTF
float rintf(float x)
{
return rintf(x);
return rint(x);
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment