aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 00:18:15 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 00:18:15 +0000
commit30ba6f136c58563ade86e17051c33e83c64eb7f2 (patch)
tree49b7499787e30c7bb48087723a654d3acff2f1d4 /apps/app_queue.c
parenta558da191fddbfa0257381dbcedb481e16606ed6 (diff)
Merged revisions 97308 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r97308 | mmichelson | 2008-01-08 18:17:40 -0600 (Tue, 08 Jan 2008) | 3 lines use the \retval doxygen command properly ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97309 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 511a017c9..e8ad23c69 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2696,7 +2696,8 @@ static void update_qe_rule(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)
{