From d45da0acd45a0de04eb83b10af38a0a2a6d31899 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sun, 16 Oct 2005 09:17:11 +0000 Subject: [PATCH] - Corrected a variable name. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15047 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/math_ldexp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/math_ldexp.c b/library/math_ldexp.c index 42f8b79..d60de89 100644 --- a/library/math_ldexp.c +++ b/library/math_ldexp.c @@ -1,5 +1,5 @@ /* - * $Id: math_ldexp.c,v 1.4 2005-10-16 09:05:02 obarthel Exp $ + * $Id: math_ldexp.c,v 1.5 2005-10-16 09:17:11 obarthel Exp $ * * :ts=4 * @@ -51,7 +51,7 @@ /****************************************************************************/ double -ldexp(double value, int exp) +ldexp(double x, int exp) { double result;