summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/div.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/div.c')
-rw-r--r--ext/bcmath/libbcmath/src/div.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/div.c b/ext/bcmath/libbcmath/src/div.c
index df5de29919..b326ea1250 100644
--- a/ext/bcmath/libbcmath/src/div.c
+++ b/ext/bcmath/libbcmath/src/div.c
@@ -268,4 +268,3 @@ bc_divide (bc_num n1, bc_num n2, bc_num *quot, int scale)
return 0; /* Everything is OK. */
}
-