Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailq
deletion' example. MFC after: 1 week
This commit is contained in:
parent
e08d691ba3
commit
e26af7a74a
@ -968,7 +968,6 @@ while (n1 != NULL) {
|
||||
free(n1);
|
||||
n1 = n2;
|
||||
}
|
||||
|
||||
TAILQ_INIT(&head);
|
||||
.Ed
|
||||
.Sh HISTORY
|
||||
|
Loading…
x
Reference in New Issue
Block a user