mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Fix double typo
This commit is contained in:
parent
945a701173
commit
9e0dc595f6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21413
@ -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