summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/str2num.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/str2num.c')
-rw-r--r--ext/bcmath/libbcmath/src/str2num.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/str2num.c b/ext/bcmath/libbcmath/src/str2num.c
index abf68eb1e5..9750c4720c 100644
--- a/ext/bcmath/libbcmath/src/str2num.c
+++ b/ext/bcmath/libbcmath/src/str2num.c
@@ -108,4 +108,3 @@ bc_str2num (bc_num *num, char *str, int scale)
if (bc_is_zero (*num))
(*num)->n_sign = PLUS;
}
-