diff --git a/apps/app_queue.c b/apps/app_queue.c index fa8190b1e8..9f2198fb6d 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2401,7 +2401,8 @@ static int is_our_turn(struct queue_ent *qe) * queue members. Inside the loop, we service the caller with periodic announcements, * holdtime announcements, etc. as configured in queues.conf * - * \retval res 0 if the caller's turn has arrived, -1 if the caller should exit the queue. + * \retval 0 if the caller's turn has arrived + * \retval -1 if the caller should exit the queue. */ static int wait_our_turn(struct queue_ent *qe, int ringing, enum queue_result *reason) {