Fix double typo

This commit is contained in:
Peter Wemm 1997-01-08 03:00:42 +00:00
parent 945a701173
commit 9e0dc595f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21413

View File

@ -257,7 +257,7 @@ main(argc, argv)
tape = index(host, ':');
*tape++ = '\0';
#ifdef RDUMP
if (index(tape, "\n") {
if (index(tape, '\n')) {
(void)fprintf(stderr, "invalid characters in tape\n");
exit(X_ABORT);
}