summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/magstep.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/magstep.c')
-rw-r--r--Build/source/texk/kpathsea/magstep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/magstep.c b/Build/source/texk/kpathsea/magstep.c
index 3f467148a2c..95a16ba5d7c 100644
--- a/Build/source/texk/kpathsea/magstep.c
+++ b/Build/source/texk/kpathsea/magstep.c
@@ -20,7 +20,6 @@
#include <kpathsea/magstep.h>
-
/* Return true magstep N, where the lsb of N means ``half'' (see
magstep.h) for resolution BDPI. From Tom Rokicki's dvips. */
@@ -67,6 +66,7 @@ magstep (int n, int bdpi)
return the true dpi corresponding to DPI with a base resolution of
BDPI. If M_RET is non-null, we also set that to the mag value. */
+
/* Don't bother trying to use fabs or some other ``standard'' routine
which can only cause trouble; just roll our own simple-minded
absolute-value function that is all we need. */