Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailq

deletion' example.

MFC after:	1 week
This commit is contained in:
jhb 2005-10-17 17:53:17 +00:00
parent 73e73ab95a
commit 79ab22b189

View File

@ -968,7 +968,6 @@ while (n1 != NULL) {
free(n1);
n1 = n2;
}
TAILQ_INIT(&head);
.Ed
.Sh HISTORY