Fix double typo
This commit is contained in:
parent
945a701173
commit
9e0dc595f6
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user