diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/spc_util.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/spc_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/spc_util.h b/Build/source/texk/dvipdfm-x/spc_util.h index b2db90785bd..bc97bcb5b36 100644 --- a/Build/source/texk/dvipdfm-x/spc_util.h +++ b/Build/source/texk/dvipdfm-x/spc_util.h @@ -36,7 +36,7 @@ extern int spc_util_read_colorspec (struct spc_env *spe, pdf_color *colorspec, struct spc_arg *args, int syntax); extern int spc_util_read_dimtrns (struct spc_env *spe, transform_info *dimtrns, struct spc_arg *args, long *page, int syntax); -extern int spc_util_read_numbers (double *values, int num_values, struct spc_env *spe, struct spc_arg *args); +extern int spc_util_read_numbers (double *values, int num_values, struct spc_arg *args); extern int spc_util_read_pdfcolor (struct spc_env *spe, pdf_color *colorspec, struct spc_arg *args, pdf_color *defaultcolor); #endif /* _SPC_UTIL_H_ */ |