]> git.sur5r.net Git - cc65/blobdiff - src/common/fp.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / common / fp.c
index cfec86e42226ccc8b771027476c85f4519111134..602bfde8b6b201c02d6bb88e0738f834670855d6 100644 (file)
@@ -236,6 +236,3 @@ Double FP_D_Div (Double Left, Double Right)
     D.V = Left.V / Right.V;
     return D;
 }
-
-
-