summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index efebe163d..58c46333a 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1078,7 +1078,7 @@ struct callattempt {
struct callattempt *q_next;
struct callattempt *call_next;
struct ast_channel *chan;
- char interface[256];
+ char interface[256]; /*!< An Asterisk dial string (not a channel name) */
int stillgoing;
int metric;
time_t lastcall;