diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/ps2pk.c')
-rw-r--r-- | Build/source/texk/ps2pkm/ps2pk.c | 6 |
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; |