diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/spc_xtx.c')
-rw-r--r-- | Build/source/texk/dvipdfm-x/spc_xtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/spc_xtx.c b/Build/source/texk/dvipdfm-x/spc_xtx.c index 0358e84f2bd..a2dd6fecb80 100644 --- a/Build/source/texk/dvipdfm-x/spc_xtx.c +++ b/Build/source/texk/dvipdfm-x/spc_xtx.c @@ -396,7 +396,7 @@ static struct spc_handler xtx_handlers[] = { }; int -spc_xtx_check_special (const char *buf, long len) +spc_xtx_check_special (const char *buf, int len) { int r = 0; const char *p, *endptr; |