diff options
Diffstat (limited to 'man3/queue.3')
| -rw-r--r-- | man3/queue.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/queue.3 b/man3/queue.3 index 08f500beb7..7d26b54c62 100644 --- a/man3/queue.3 +++ b/man3/queue.3 @@ -927,7 +927,7 @@ LIST_FOREACH(np, &head, entries) .\" LIST_REMOVE(np, entries); .\" free(np); .\" } -.\" +.\" while (!LIST_EMPTY(&head)) { /* List Deletion. */ n1 = LIST_FIRST(&head); LIST_REMOVE(n1, entries); |
