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/cid.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/cid.c')
-rw-r--r-- | Build/source/texk/dvipdf-x/cid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdf-x/cid.c b/Build/source/texk/dvipdf-x/cid.c index c1ccbaf0585..130bea89ff0 100644 --- a/Build/source/texk/dvipdf-x/cid.c +++ b/Build/source/texk/dvipdf-x/cid.c @@ -26,8 +26,8 @@ * See also, cidtype0, and cidtype2 */ -#if HAVE_CONFIG_H -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> #endif #include <string.h> |