diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-04-27 21:04:29 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-04-27 21:04:29 +0000 |
commit | c11d147f674418c847354ad89f4c29e6b4edb548 (patch) | |
tree | dddfbd70de3418538b92e6061dd17ff802096df1 /Build | |
parent | 610515863eb0735c5cc2728fd3a46dd9dc1448ac (diff) |
patch correction from VVV
git-svn-id: svn://tug.org/texlive/trunk@7684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/xdvipdfmx/src/pdfobj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/xdvipdfmx/src/pdfobj.c b/Build/source/texk/xdvipdfmx/src/pdfobj.c index 2a7ec02ac92..dbba8a49b15 100644 --- a/Build/source/texk/xdvipdfmx/src/pdfobj.c +++ b/Build/source/texk/xdvipdfmx/src/pdfobj.c @@ -1888,8 +1888,8 @@ pdf_flush_objstm (pdf_objstm *objstm) unsigned char pos = objstm->pos; pdf_obj *stream_obj = objstm->stream, *dict; pdf_stream *stream; - unsigned char *old_buf; - unsigned long old_length, i; + unsigned char i, *old_buf; + unsigned long old_length; TYPECHECK(stream_obj, PDF_STREAM); stream = (pdf_stream *) stream_obj->data; |