aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-29 16:08:09 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-29 16:08:09 +0000
commitf13fceb00ba69ba86c365ccfe5326c801a2c798b (patch)
tree162b8d74af3c4d282f2b3f03a1b7d731fa16286a /apps/app_queue.c
parentdcddecbb45eae0b9757adf65ce8733b09dde832a (diff)
Changed some tabs to spaces
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81346 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-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 7d0f3a3cd..8cb8056b9 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -318,7 +318,7 @@ struct member {
int penalty; /*!< Are we a last resort? */
int calls; /*!< Number of calls serviced by this member */
int dynamic; /*!< Are we dynamically added? */
- int realtime; /*!< Is this member realtime? */
+ int realtime; /*!< Is this member realtime? */
int status; /*!< Status of queue member */
int paused; /*!< Are we paused (not accepting calls)? */
time_t lastcall; /*!< When last successful call was hungup */