summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/nearzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/nearzero.c')
-rw-r--r--ext/bcmath/libbcmath/src/nearzero.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/nearzero.c b/ext/bcmath/libbcmath/src/nearzero.c
index 1f2f0708cc..933e501108 100644
--- a/ext/bcmath/libbcmath/src/nearzero.c
+++ b/ext/bcmath/libbcmath/src/nearzero.c
@@ -66,4 +66,3 @@ bc_is_near_zero (num, scale)
else
return TRUE;
}
-