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

deletion' example.

MFC after:	1 week
This commit is contained in:
John Baldwin 2005-10-17 17:53:17 +00:00
parent e08d691ba3
commit e26af7a74a

View File

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