diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/spc_misc.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/spc_misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/spc_misc.h b/Build/source/texk/dvipdfm-x/spc_misc.h index a76f8833b5a..43128556921 100644 --- a/Build/source/texk/dvipdfm-x/spc_misc.h +++ b/Build/source/texk/dvipdfm-x/spc_misc.h @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2014 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2015 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. Copyright (C) 1998, 1999 by Mark A. Wicks <mwicks@kettering.edu> @@ -25,7 +25,7 @@ #include "specials.h" -extern int spc_misc_check_special (const char *buffer, long size); +extern int spc_misc_check_special (const char *buffer, int size); extern int spc_misc_setup_handler (struct spc_handler *handle, struct spc_env *spe, struct spc_arg *args); |