summaryrefslogtreecommitdiff
path: root/emfloat.c
diff options
context:
space:
mode:
Diffstat (limited to 'emfloat.c')
-rw-r--r--emfloat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emfloat.c b/emfloat.c
index 39e9c40..4a68fe2 100644
--- a/emfloat.c
+++ b/emfloat.c
@@ -344,7 +344,6 @@ if (exponent_difference < 0)
StickyShiftRightMant(ptr, exponent_difference);
}
}
-return;
}
@@ -355,7 +354,8 @@ return;
** The kind of rounding we do here is simplest...referred to as
** "chop". "Extraneous" rightmost bits are simply hacked off.
*/
-void static RoundInternalFPF(InternalFPF *ptr)
+static void
+RoundInternalFPF(InternalFPF *ptr)
{
/* int i; */