diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-09-20 08:37:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-09-20 08:37:58 +0000 |
commit | a98bcb6ee9be04a4c22facf3aef31f7f14f1847c (patch) | |
tree | 854e116a6f03e15e27383a3178f3d7ed711d0146 /Build/source/texk/dvipdf-x/src/pdfobj.c | |
parent | 491ee8bfc91afcd72bc3fb7abaed9218dfd6a0e2 (diff) |
dvipdf-x: Typos and trivial changes to reduce diffs with dvipdfm-x
git-svn-id: svn://tug.org/texlive/trunk@31706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdf-x/src/pdfobj.c')
-rw-r--r-- | Build/source/texk/dvipdf-x/src/pdfobj.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/dvipdf-x/src/pdfobj.c b/Build/source/texk/dvipdf-x/src/pdfobj.c index 9f87910f718..f4d40148903 100644 --- a/Build/source/texk/dvipdf-x/src/pdfobj.c +++ b/Build/source/texk/dvipdf-x/src/pdfobj.c @@ -22,8 +22,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#if HAVE_CONFIG_H -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> #endif #include <ctype.h> @@ -2522,7 +2522,6 @@ pdf_new_ref (pdf_obj *object) return result; } - /* pdf_deref_obj always returns a link instead of the original */ /* It never return the null object, but the NULL pointer instead */ pdf_obj * |