summaryrefslogtreecommitdiffstats
path: root/5
diff options
context:
space:
mode:
Diffstat (limited to '5')
-rw-r--r--5/2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/5/2.c b/5/2.c
index db37319..ba93a5e 100644
--- a/5/2.c
+++ b/5/2.c
@@ -57,10 +57,8 @@ int getfloat(float *pf) {
rad++;
continue;
}
-
if (rad)
div *= 10;
-
*pf = 10.0 * *pf + (c - '0');
}