Commit f49a78fc by Richard Kenner

Fix typo in last change

From-SVN: r31019
parent 1f9a0ec2
......@@ -1118,7 +1118,7 @@ real_hex_to_f (s, mode)
abort ();
shcount -= 4;
if (high == 0 && low == 0))
if (high == 0 && low == 0)
return dconst0;
/* Normalize. */
......
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