summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/dviconcat.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-08 12:09:25 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-08 12:09:25 +0000
commitdbfcc7da0ae9c1338dc7c8c20adb213533a6450e (patch)
tree002f5abf0ef91da9ae7043f6a6a19dbe60e1d543 /Build/source/texk/seetexk/dviconcat.c
parenta38a4f6500be1a3dc86c7caeca5156b4494db536 (diff)
fix typos (in non-kpathsea code)
git-svn-id: svn://tug.org/texlive/trunk@20688 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/dviconcat.c')
-rw-r--r--Build/source/texk/seetexk/dviconcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/seetexk/dviconcat.c b/Build/source/texk/seetexk/dviconcat.c
index 45d3821b2ae..0c50876e2e9 100644
--- a/Build/source/texk/seetexk/dviconcat.c
+++ b/Build/source/texk/seetexk/dviconcat.c
@@ -19,7 +19,7 @@
#include <kpathsea/getopt.h>
#else
#define FOPEN_RBIN_MODE "rb"
-#define FOPEN_RBIN_MODE "wb"
+#define FOPEN_WBIN_MODE "wb"
#define SET_BINARY(x) (void)0
extern char *optarg;
extern int optind;