summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/magstep.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-25 13:28:19 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-25 13:28:19 +0000
commitf1615aae3ec6e6c8333f5c09987e5888bd5cd0c6 (patch)
tree2bb209aebad2c74b4e13625e3c81eaeba025e046 /Build/source/texk/kpathsea/magstep.c
parent37cc6f55ef75c928d58cbe6ce9a1e92ba7db5905 (diff)
kpathsea: Minor changes to reduce diffs with W32TeX
git-svn-id: svn://tug.org/texlive/trunk@23219 c570f23f-e606-0410-a88d-b1316a301751
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. */