X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Ffp.c;h=602bfde8b6b201c02d6bb88e0738f834670855d6;hb=f266612697b213f2f74027eb5b2605b19a97d6d7;hp=cfec86e42226ccc8b771027476c85f4519111134;hpb=85885001b133e2dc320b6f6459259afa69784ca8;p=cc65 diff --git a/src/common/fp.c b/src/common/fp.c index cfec86e42..602bfde8b 100644 --- a/src/common/fp.c +++ b/src/common/fp.c @@ -236,6 +236,3 @@ Double FP_D_Div (Double Left, Double Right) D.V = Left.V / Right.V; return D; } - - -