summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/sub.c')
-rw-r--r--ext/bcmath/libbcmath/src/sub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/sub.c b/ext/bcmath/libbcmath/src/sub.c
index b63f1bc90a..2278b0f14f 100644
--- a/ext/bcmath/libbcmath/src/sub.c
+++ b/ext/bcmath/libbcmath/src/sub.c
@@ -87,4 +87,3 @@ bc_sub (n1, n2, result, scale_min)
bc_free_num (result);
*result = diff;
}
-