diff --git a/src/bucoord/dlq.c b/src/bucoord/dlq.c index 05a994f0a5..cc7c999b05 100644 --- a/src/bucoord/dlq.c +++ b/src/bucoord/dlq.c @@ -100,7 +100,7 @@ dlqMoveb(fromptr, toptr) DLQ_ASSERT_HEAD(toptr); if (dlqEmpty(fromptr)) - return (0); + return; tailptr = toptr->dlq_prev; @@ -115,7 +115,7 @@ dlqMoveb(fromptr, toptr) fromptr->dlq_next = fromptr; fromptr->dlq_prev = fromptr; - return (0); + return; } /* dlqUnlinkb