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
73e73ab95a
commit
79ab22b189
@ -968,7 +968,6 @@ while (n1 != NULL) {
|
||||
free(n1);
|
||||
n1 = n2;
|
||||
}
|
||||
|
||||
TAILQ_INIT(&head);
|
||||
.Ed
|
||||
.Sh HISTORY
|
||||
|
Loading…
Reference in New Issue
Block a user