summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pkm/ps2pk.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-22 12:09:38 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-22 12:09:38 +0000
commitb287d7f6a13823ea17e0bd415981d3a5953ca703 (patch)
treea420b28a35f7761f064d50bb610dbb2b46c71486 /Build/source/texk/ps2pkm/ps2pk.c
parent5fd6fd3479fcbbda52ebca7b5e80a5aaa1add69f (diff)
build system: various small fixes for mingw32 cross compilation
still incomplete git-svn-id: svn://tug.org/texlive/trunk@17141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pkm/ps2pk.c')
-rw-r--r--Build/source/texk/ps2pkm/ps2pk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/ps2pkm/ps2pk.c b/Build/source/texk/ps2pkm/ps2pk.c
index 806c6ad31b5..4d08e0fdcf7 100644
--- a/Build/source/texk/ps2pkm/ps2pk.c
+++ b/Build/source/texk/ps2pkm/ps2pk.c
@@ -656,10 +656,10 @@ void add_option(char *option, char *value) {
/* Next stuff is needed by type1 rendering functions */
-int CheckFSFormat(format, fmask, bit, byte, scan, glyph, image)
- int format,fmask,*bit,*byte,*scan,*glyph,*image;
+int CheckFSFormat(format, fmask, bit, Byte, scan, glyph, image)
+ int format,fmask,*bit,*Byte,*scan,*glyph,*image;
{
- *bit = *byte = 1;
+ *bit = *Byte = 1;
*glyph = *scan = *image = 1;
return Successful;