summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/ptexmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ptexmac.h')
-rw-r--r--Build/source/texk/web2c/pdftexdir/ptexmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ptexmac.h b/Build/source/texk/web2c/pdftexdir/ptexmac.h
index 59499953a47..4392f058621 100644
--- a/Build/source/texk/web2c/pdftexdir/ptexmac.h
+++ b/Build/source/texk/web2c/pdftexdir/ptexmac.h
@@ -50,7 +50,7 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# define pdfroom(n) do { \
if ((unsigned)(n + pdfptr) > (unsigned)pdfbufsize) { \
if (pdfosmode) \
- zpdfosgetosbuf(n); \
+ pdfosgetosbuf(n); \
else { \
if ((unsigned)(n) > (unsigned)pdfbufsize) \
pdftex_fail("PDF output buffer overflowed"); \