diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/cmap_write.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/cmap_write.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/cmap_write.h b/Build/source/texk/dvipdfm-x/cmap_write.h index 61044ad6456..933c0b6f652 100644 --- a/Build/source/texk/dvipdfm-x/cmap_write.h +++ b/Build/source/texk/dvipdfm-x/cmap_write.h @@ -25,7 +25,7 @@ #include "cmap.h" -extern pdf_obj *CMap_create_stream (CMap *cmap, int flags); +extern pdf_obj *CMap_create_stream (CMap *cmap); extern pdf_obj *CMap_ToCode_stream (CMap *cmap, const char *cmap_name, CIDSysInfo *csi, int cmap_type, unsigned char *used_slot, int flags); |