[asterisk-commits] mmichelson: trunk r97309 - in /trunk: ./ apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 8 18:18:16 CST 2008
Author: mmichelson
Date: Tue Jan 8 18:18:15 2008
New Revision: 97309
URL: http://svn.digium.com/view/asterisk?view=rev&rev=97309
Log:
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
........
Modified:
trunk/ (props changed)
trunk/apps/app_queue.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=97309&r1=97308&r2=97309
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Tue Jan 8 18:18:15 2008
@@ -2696,7 +2696,8 @@
* 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)
{
More information about the asterisk-commits
mailing list