diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/dvi2tty/dvi2tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvi2tty/dvi2tty.c b/Build/source/texk/dvi2tty/dvi2tty.c index 78a26ae632e..bbabbff30b1 100644 --- a/Build/source/texk/dvi2tty/dvi2tty.c +++ b/Build/source/texk/dvi2tty/dvi2tty.c @@ -315,7 +315,7 @@ char *optarg; if ((optch = optarg[j]) == '\0') break; j++; - if ((strchr(OPTWARG, optch) != NULL) && (optarg[j]='\0')) { + if ((strchr(OPTWARG, optch) != NULL) && (optarg[j]=='\0')) { if (--Argc <= 0) usage(noarg); optarg = *++Argv; |