diff --git a/queue.c b/queue.c index 652ce1ccb..ce85f7d16 100644 --- a/queue.c +++ b/queue.c @@ -18,7 +18,7 @@ struct list_head *q_new() } /* Free all storage used by queue */ -void q_free(struct list_head *l) {} +void q_free(struct list_head *head) {} /* Insert an element at head of queue */ bool q_insert_head(struct list_head *head, char *s)